Skip to content

Instantly share code, notes, and snippets.

@pgte
Created December 18, 2014 09:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pgte/603a3996ef493ca8da7b to your computer and use it in GitHub Desktop.
Save pgte/603a3996ef493ca8da7b to your computer and use it in GitHub Desktop.
Pet Projects

Kernelify

Node.js kernel generators.

Sombrero cluster

Have the node. Now need to figure out:

  • DHT-based sharding, Gossip and all that stuff
  • Proxy: Gossip client + reverse HTTP proxy

Benchmarking:

  • Cloud deplyment for benchmark and testing
  • Monitoring latency on benchmark
  • Rinse and repeat

(Couch|Pouch)DB-based offline-first better Meteor

Building it for client right now. Still lacks:

  • Proper collection management (what happens when a new document is inserted)
  • Make the protocol less HTTP-dependent. Look into Meteor/DDT and Firebase to see what they're doing.
  • Improve security implementation on changes feed
  • Angular and / or React lib
  • Open-sourcing
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment