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

https://github.com/guyromb/timesync-poc


https://github.com/guyromb/timesync-poc

Last synced: 6 months ago
JSON representation

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```