Skip to content

A simple RealTime TCP chat app for humans(robots and cats also included) made with tornado webwocket framework.

License

Notifications You must be signed in to change notification settings

leonkoech/Websockets-Chat-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Tcp Chat App

python:3.8 tornado:6.0.4 asyncio:3.4.3 build:passing

A simple Tcp chat app for multiple humans(or robots, depending on where your priorities are) that uses tornado.websockets.WebsocketHandler which allows for bidirectional communication between the browser and server.

tornado.websockets.WebsocketHandler implements the final version of the WebSocket protocol as defined in RFC 6455. Certain browser versions (notably Safari 5.x) implemented an earlier draft of the protocol (known as “draft 76”) and are not compatible with this module. Read the docs here

Requirements

Demo

Here's a screen recording showing multiple clients(2 clients chatting with each other inreal time). I made it so that the server can handle 30 connections. It also saves the chats in a chatlog file

demo

License

This project is under the mit license

About

A simple RealTime TCP chat app for humans(robots and cats also included) made with tornado webwocket framework.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published