Skip to content

alexisCata/tornado_websocket

Repository files navigation

Tornado websocket

It uses Tornado WebSocketHandler to open a communication channel between the client and the server.

To manage notifications it uses RequestHandler.

localhost:8888/notification?id=1&message=notification_message

Dependencies

Tests

python3 test/handlers_test.py

How do I use it?

  • Build
docker build -t school_tornado .
  • Run
docker run -d -p 8888:8888 -e API_VALIDATION_IP='API_IP' -e API_VALIDATION_PORT=API_PORT --name=school school_tornado

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published