Skip to content
/ pychat Public

Simple chat application with python client and nodejs server

Notifications You must be signed in to change notification settings

var77/pychat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Pychat

Video demonstration here

Description

Pychat is a simple chat application with python client and nodejs server.

Installation and usage

Clone or download the repository

git clone https://github.com/var77/pychat.git

then start the server by typing

cd pychat/server && npm install
npm start

Then run the client by typing

python3 client.py

Usage Notes

  • Write /channel to change the channel
  • /exit to close the chat

Screenshot

About

Simple chat application with python client and nodejs server

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published