Skip to content

Latest commit

 

History

History
40 lines (23 loc) · 1.19 KB

File metadata and controls

40 lines (23 loc) · 1.19 KB

Server

The PVRC Server used to created your instance of PVRC

image

This repository contains the server component of a Python chat application. The server manages communication between multiple clients, enabling real-time chat conversations.

Features

  • Centralized server for managing client connections.
  • Broadcasting messages to all connected clients.
  • Handling user nicknames and departures.

Usage

  1. Clone this repository to your local machine.
  2. Run the server using the command: python main.py.

Server Configuration

  • IP: Specify the server's IP address in main.py.
  • Port: Define the port to listen on in main.py.

Screenshots

image

image

Dependencies

  • Python 3.11

Contribution

Contributions are welcome! If you want to enhance this server component, feel free to submit pull requests.

License

This project is licensed under the MIT License - see the LICENSE file for details.