SuperWebSocket Documentation
SuperSocket's Documentation
Official Documentation
- Basic Configuration
- Handle incoming messages
- Sub protocol
- Command assembly
- Built-in JSON support
- Custom session and application
- Built-in Flash/Silverlight policy server
- Secure WebSocket support(wss)
- Run SuperWebSocket on Linux
- Troubleshooting
Users' articles
Q&A
- If my browser doesn't support websocket, can I use SuperWebSocket?
Yes, you can use Silverlight or Flash as websocket proxy to connect SuperWebSocket server. The sample code "Sampes\SuperWebSocketWeb\LiveChatWithBridge.aspx" demonstrates you how to use websocket in a non-websocket support browser. If you like flash more, I recommend the project websocket-js to you, https://github.com/gimite/web-socket-js.