Skip to content

odorT/chatord

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

chatord

Peer to Peer chat application using sockets, curses and RESTFul

  • for creating docker network, use command below:
docker network create --driver=bridge --subnet=192.168.0.0/24 --ip-range=192.168.0.1/29 --gateway=192.168.0.6 app-network
  • then run following
docker-compose build
docker-compose up

API is exposed at: localhost:80
MYSQL is exposed at: localhost:3306
REDIS is exposed at: localhost:6379

About

Peer to Peer chat application using sockets, curses and RESTFul

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published