Hacker News new | ask | show | jobs
by beaucollins 3599 days ago
I have implemented most of the Simperium server protocol in the `node-simperium` library (https://github.com/Simperium/node-simperium/pull/22).

It's definitely a very rough work in progress but I have used it successfully to deploy my own simplenote server that works with all the clients.

Simperium Server: https://github.com/beaucollins/node-simperium-server

It's in the proof-of-concept stage so it doesn't persist the data on the server.

Protocol for reference: https://github.com/Simperium/simperium-protocol/blob/master/...