Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 565 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 565 Bytes

Medical Pager Chat App

Chat Application

Introduction

This is a code repository for the corresponding video tutorial.

In this video, we will create a full Realtime Chat Application. We're going to use React on the front end, NodeJS on the back end and the entire chat is powered with https://gstrm.io/js-mastery.

By the end of this video, you will be able to build any real-time chat application you can think of.

Setup:

  • run npm i && npm start for both client and server side to start the development server