calvinfo / socket-ntp

NTP Sync using Socket.io
42 stars 6 forks source link

Please update the npm repo with the fix from #1 #3

Closed MisterTea closed 10 years ago

MisterTea commented 10 years ago

I'm in the process of writing a book on html game programming and would like to keep all of the libraries on npm, but I have to keep a custom version of this library around because the npm version doesn't work when the client and server have different clocks. Please make a new npm release, thanks!!!

calvinfo commented 10 years ago

Sure thing, just published: https://npmjs.org/package/socket-ntp.

This repo is super old too, so I'm plenty willing to take PRs with cleanup. :)

For starters, we could separate client from server, and switch over the client to being a component.