https://github.com/guyromb/timesync-poc
https://github.com/guyromb/timesync-poc
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/guyromb/timesync-poc
- Owner: guyromb
- Created: 2018-11-22T15:02:30.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-11-23T09:12:57.000Z (over 7 years ago)
- Last Synced: 2025-01-21T13:09:04.535Z (over 1 year ago)
- Language: HTML
- Size: 12.7 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# timesync-poc
Implementing a simple Express Node.Js server to supply time end-point, and sync timers with this server.
A better implemenration would be using websocket (lower latency, live)
Install:
```git clone https://github.com/guyromb/timesync-poc && cd timesync-poc && npm i```
Start:
```npm start```