bullet
bullet copied to clipboard
publish to NPM
Hi,
i like your implementation, it would be great to merge this into the main project. Might it possible to publish this project as "gun-bullet" to npm ("bullet" is unfortunately already in use)? That would simplify automatic builds a little bit. :-)
Furthermore i think about implementing a binding to the very lightweight framework rivets.js (http://rivetsjs.com). I assume i have to combine the gun adapter functionality with a rivets adapter functionality (see http://rivetsjs.com/docs/guide/#adapters). I struggle at the moment with the asynchronous behaviour of gun adapter get function, as rivets expects a synchronous function. I think about a helper object to synchronize both adapters, but this might introduce new complexity / bugs. Any ideas to do this on a smart way? Are you interested to push this idea further?