Tornado TCP Server tutorial (Part II)
TL;DR From this post you'll learn how to connect Tornado TCP Server to the Redis Pub/Sub channel and send notifications to the subscribed clients. All code is on GitHub. Roadmap In the first post we've learned how to build simple echo TCP Server in Tornado. In this post ...
Read More