Madhav-MKNC / X-Hall

X-Hall is an CLI-based Decentralized Chatroom hosted on Internal IIT Delhi Network

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[UNDER DEVELOPMENT CURRENTLY!!]

X-Hall

X-Hall is a CLI-based Chatroom program hosted on Internal IIT Delhi Network

How to Setup your own server

  • Clone the repo on the device you want to host the server on
  • Use the following commands
git clone https://github.com/Madhav-MKNC/X-Hall.git
cd X-Hall
pip install -r requirements.txt
  • Now run the Server Program and Host it on the network
python server.py

or

python3 server.py
  • Do not forget to update Host IP and Port in the Client program
  • Now users can run the Client program and join the Server

About

X-Hall is an CLI-based Decentralized Chatroom hosted on Internal IIT Delhi Network

License:MIT License


Languages

Language:Python 100.0%