Skip to content

nishant1712/angular-python-socketio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 

Repository files navigation

angular-python-socketio

Angular SocketIO Implementation With Python Backend

Before cloning the project, you need to install docker & docker compose on your machines (Linux / Windows / Mac) so as to access the application. Listing below the links for installation:

Docker Installation https://docs.docker.com/v17.12/install/

Docker Compose Installation https://docs.docker.com/compose/install/

Once the above installation is done, clone the project and run the below commands after opening the terminal in the project directory

Docker Compose Build Command:

docker-compose -f docker-compose.yml build

Docker Compose Up Command:

docker-compose -f docker.compose.yml up

Once the above commands are successfully executed, access the application with URL http://localhost:8080

About

Angular SocketIO Implementation With Python Backend

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published