heroku-python / flask-sockets

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

How about front end? #52

Open Hubert51 opened 7 years ago

Hubert51 commented 7 years ago

When I open the URL 127.0.0.1:5000/echo, what will happen? I have no idea.

balsoft commented 7 years ago

You need to use WebSocket API. If you just open 127.0.0.1:5000/echo in your browser, nothing will happen.

Hubert51 commented 7 years ago

Thank you! I will try it