/ssh-docker-example

This is a simple web application created as an example to demonstrate how SSH works, using Docker to simulate the connection. The purpose of this app is to show readers how they can establish a secure connection using SSH within a Docker environment.

Primary LanguageHTMLMIT LicenseMIT

Realtime Chat Application

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.

Introduction

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.

Setup:

  • run npm i && npm start
  • Go to http://localhost:3000/
  • Enjoy the chat!