Looks awesome, quick question, is it possible to mutate data from a javascript client? In the API reference, all I see for javascript are event listeners. Also, how would a javascript client receive an access token? https://auth.simperium.com/ does not allow cross origin requests.
Yes definitely, you can update directly using the bucket.update() method, and pass in an id and the data object. The better way would be to implement the 'local' callback to return the data, then just call bucket.update(id), and the library will call your 'local' method to retrieve the current state for that id. You can read about the 'local' callback here: https://simperium.com/docs/reference/js/#local For auth, we'…
Show HN: Simperium, a realtime data layer
31–40 of 90 posts
Re: Show HN: Simperium, a realtime data layer
#32Re: Show HN: Simperium, a realtime data layer
#33Re: Show HN: Simperium, a realtime data layer
#34Question that may be a bit off-topic but one I'd really like to know: what editor are you using there when you're editing the python service? Thanks and congratulations on your launch.
Re: Show HN: Simperium, a realtime data layer
#35We desperately need a high quality open-source Firebase/Simperium/Spire. A simple, robust, realtime data synchronization layer with libraries for major platforms. These projects all look great, but outsourcing this infrastructure is simply not feasible for lots of projects.
Re: Show HN: Simperium, a realtime data layer
#36Something I don't understand: when your fundamental value proposition is moving data between platforms ("everywhere it's needed"), why didn't you consider your MVP to include an Android library?
Releasing more libraries is a priority.
Re: Show HN: Simperium, a realtime data layer
#37Excellent product and superb demo. Question that may be a bit off-topic but one I'd really like to know: what editor are you using there when you're editing the python service? Thanks and congratulations on your launch.
The editor is Sublime Text 2: http://www.sublimetext.com/2
Re: Show HN: Simperium, a realtime data layer
#38Re: Show HN: Simperium, a realtime data layer
#39Re: Show HN: Simperium, a realtime data layer
#40Something I don't understand: when your fundamental value proposition is moving data between platforms ("everywhere it's needed"), why didn't you consider your MVP to include an Android library?
We agree Android is important, but we found enough developers who thought iOS/OSX, JavaScript and Python were sufficiently compelling, so we focused on those for launch. Releasing more libraries is a priority.