Skip to content

Real-time clock using websocket protocol implemented with React, Node, TypeScript

Notifications You must be signed in to change notification settings

tcorcor1/react-websocket-clock

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

react-websocket-clock

Summary

The purpose of this project is to utilize websocket protocol and provide real-time communication between client and server to implement a simple clock.

Technologies

Running the project

Add a .env file to root of api project and add environment variable for Azure Application Insights.

cd src/api
npm i
npm start

cd src/app
npm i
npm start

Demo

About

Real-time clock using websocket protocol implemented with React, Node, TypeScript

Topics

Resources

Stars

Watchers

Forks