This is a code repository for the SSH Docker Example from my Blog where i explain how to acess a machine via SSH and how to make a simple deployment using GitHub.
This code is a simple example of a chat application using Node.JS and Socket.IO. To run it, you need to have Node.JS installed in your machine.
- run
npm i && npm start
- Go to
http://localhost:3000/
- Enjoy the chat!