forked from encukou/ws-chat
-
Notifications
You must be signed in to change notification settings - Fork 0
silentziler/ws-chat
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
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 0
No packages published
Languages
- Python 70.0%
- HTML 30.0%