Skip to content

jbzhang99/tornado-push

 
 

Repository files navigation

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.

About

A tornado based push server using websocket

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published