Skip to content

PVRChat/Server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

The PVRC Server used to created your instance of PVRC

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages