websocket

Options
ymlyjq
edited August 2013 in Photon Server
photonserver.config
    <WebSocketListeners> <WebSocketListener IPAddress="0.0.0.0" Port="9090" DisableNagle="true" InactivityTimeout="600000" OverrideApplication="Lite"> </WebSocketListener> </WebSocketListeners>

this setting is for http protocol ?
can i use it in lite program ?

how can i use http protocol in photon,
like GET POST ?

Comments