An open API service indexing awesome lists of open source software.

https://github.com/tcorcor1/react-websocket-clock

Real-time clock using websocket protocol implemented with React, Node, TypeScript
https://github.com/tcorcor1/react-websocket-clock

applicationinsights azure node react typescript

Last synced: 3 months ago
JSON representation

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

Awesome Lists containing this project

README

          

# 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

- React
- Node
- TypeScript
- Nodemon / ts-node
- [ws - npm](https://www.npmjs.com/package/ws)
- [winston - npm](https://www.npmjs.com/package/winston)
- [applicationinsights - npm](https://www.npmjs.com/package/applicationinsights)

### Running the project

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

```shell
cd src/api
npm i
npm start

cd src/app
npm i
npm start
```

### Demo