GitXplorerGitXplorer
e

ws-chat

public
17 stars
8 forks
1 issues

Commits

List of commits on branch master.
Unverified
92b4997464128801404960a209092c5e7b9a0646

Modernize and simplify the code

eencukou committed 6 years ago
Unverified
985de9f1fde568556df080bc4bd3acf943d9de86

README typo fix

eencukou committed 7 years ago
Verified
32af4d036ba6d6e87c05fa5c19a73ce2cba66f9d

Merge pull request #1 – Support aiohttp 3.0.5

eencukou committed 7 years ago
Unverified
5b42ba4ad02d72722d4ed192c2285b6564ea38bf

Further fixes for newer aiohttp

eencukou committed 7 years ago
Unverified
7b542631b4a3ac39a4213aba670b49fb0dd77613

Support aiohttp 3.0.5

rrobinchew committed 7 years ago
Unverified
8601a1e4d85dbefe8f2ad836b57dd62dedc9fb12

Make the chat module importable

eencukou committed 9 years ago

README

The README file for this repository.

Simple chat. Relays Websocket messages to all connected clients.

Needs Python 3.7+ and aiohttp.

Also serves a simple web frontend, which requires a modern browser.

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.