An open API service indexing awesome lists of open source software.

https://github.com/keyan/python-socket-chat

A chat server written to learn about sockets.
https://github.com/keyan/python-socket-chat

Last synced: 12 months ago
JSON representation

A chat server written to learn about sockets.

Awesome Lists containing this project

README

          

python-socket-chat
==================

A super basic chat room in python using the low level socket library. Run chat_server.py then run as many instances of the client as desired. Currently only works between instances run on the localhost or over the same network.

python chat_server.py

python chat_client.py localhost 8000