Skip to content

Very simple Websocket-based chat, built on aiohttp

Notifications You must be signed in to change notification settings

silentziler/ws-chat

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple chat. Converts POST requests to Websocket messages.
Also serves a simple web frontend.

Needs Python 3.5+ and aiohttp.


Usage:

Run `python3 chat.py`, then go to http://localhost:8080 to see the
Web interface.

Run `python3 cli-receiver.py` to see the messages scroll by.
The server (above) needs to be running for this to work.

Run `python3 send.py "<your message>"` to send a message from the command line.
The server (above) needs to be running for this to work.

About

Very simple Websocket-based chat, built on aiohttp

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 70.0%
  • HTML 30.0%