You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A fully functional chat application developed on socket.io with bootstrap frontend.
To use ...
Install Docker and Docker-Compose
Then run:
"docker-compose up -d"
The app will run on port 5000 locally.
About
A simple Python Chat application that utilises Socket.io to establish secure communications between multiple clients. Deployed and tested using Docker, Jenkins, Pytest and Kubernetes to ensure high availability, resiliency and reduced redundancies