Skip to content

Simple multiparty chat application based on websockets

License

Notifications You must be signed in to change notification settings

zarifmahfuz/ChatApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ChatApp

This is a socket-based multi-threaded chat application.

Build

Requirements

The Chat Application will be hosted on your local host! All you need to install is Docker Engine and Docker Compose.

Run

Ensure that your docker engine is running. From the top level directory of this git repository run the following command:

docker-compose up -d

This command will build the images of all the application services and it will launch all the services.

To stop the application and delete all the containers:

docker-compose down

To temporarily stop the application, but keep the containers and their associated data:

docker-compose stop

About

Simple multiparty chat application based on websockets

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published