/chatroom

A very simple chatroom application.

Primary LanguagePython

Python Network Programming Project: Chatroom

Objective

Learn basic network programming by creating a chatroom hosted on localhost where multiple clients can send messages for everyone to see.

Running the Server and Client

To start the chatroom, first run the server:

python ./chatroom/server.py

Next, run as many clients as you'd like:

python ./chatroom/client.py

Each client should ask for a username. After that simply send messages into the terminal.

Chatroom Demo