Simple Realtime Chat

Working on Tesse Technical Test

  • A simple realtime chat
  • having basic functionality of simple chatting app

Requirements

Common setup

Approach code folder and run following commands in terminal.

cd code-folder

Install dependencies

npm install

Steps for run servers

To start the express server, run the following

npm start

Open http://localhost:7070 and take a look around.