Skip to content

Simple Tornado TCP Server & Client with Redis Pub/Sub support for real time updates.

Notifications You must be signed in to change notification settings

Databrawl/real_time_tcp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Real-Time TCP

This is a demonstration of how you could implement your own simple protocol over TCP.

The goal of the code is primarily educational although such implementation has been successfully used in production.

Note: Using Python 3.5+.

Running example

  • Install virtualenv & dependencies
$ virtualenv venv -p python3       #  create virtual environment
$ source venv/bin/activate         #  activate virtual environment
$ pip install -r requirements.txt  #  install requirements
  • Run server
$ python real_time/server.py
  • Run client
$ python real_time/client.py

Presented by databrawl.com

About

Simple Tornado TCP Server & Client with Redis Pub/Sub support for real time updates.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages