Tornado Push
A simple push server using Tornado and WebSocket
STEP - 1
Install Tornado
pip install tornado
STEP - 2
Run server
python server.py
STEP - 3
Open the webserver
http://localhost:8888/
By default the server uses port 8888. Modify server.py to change the port. Please make sure the port is not being used by any other processes.