flasonme / Realtime-Chat

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About


Languages

Language:JavaScript 53.5%Language:EJS 27.8%Language:CSS 18.8%