The PVRC Server used to created your instance of PVRC
This repository contains the server component of a Python chat application. The server manages communication between multiple clients, enabling real-time chat conversations.
- Centralized server for managing client connections.
- Broadcasting messages to all connected clients.
- Handling user nicknames and departures.
- Clone this repository to your local machine.
- Run the server using the command:
python main.py.
- IP: Specify the server's IP address in
main.py. - Port: Define the port to listen on in
main.py.
- Python 3.11
Contributions are welcome! If you want to enhance this server component, feel free to submit pull requests.
This project is licensed under the MIT License - see the LICENSE file for details.


