realtime-chat

This repo contains both the client and server code for a realtime-chat application.

Backend-end

It uses JSON Server and Websocket(ws).

Installation 🐾

cd server
yarn
yarn run start-server
yarn run start-websocket-server

Front-end

It uses EmberJS, Jquery and Bootstrap 4.

Installation 🐾

cd client
yarn
ember server
visit http://localhost:4200