heroku-python / flask-sockets

[DEPRECATED] Alternative: https://github.com/miguelgrinberg/flask-sock
MIT License
1.74k stars 164 forks source link

Client Side Examples #3

Closed Miserlou closed 8 years ago

Miserlou commented 10 years ago

I realize this is still a young project, but it'd be nice to have examples which show the client components as well. Socket.io does a great job at this by showing the two side by side.

Anyway, looking forward to see this one flourish!

kaptk2 commented 10 years ago

The test code provided here: http://www.websocket.org/echo.html might be a useful place to start.