Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 1.25 KB

README.md

File metadata and controls

30 lines (19 loc) · 1.25 KB

Chatroom-Server

A cool CLI chat-app using python and linode.

Objective

  • To build a client side and server side
  • Multiple clients can connect to one centrailized server and send messages.
  • The logs will show up on list_messages
  • Deployed to a linux virtual private server using linode.

Demo#1

IMAGE ALT TEXT

After Deployment

image

Tech Stack

Python

Useful Links

  1. thread module and threads
  2. sockets
  3. Address families
  4. Using SSH on Windows