Live data from Hacker News

Introducing Firebase Hosting

firebase.com

71–79 of 79 posts

Re: Introducing Firebase Hosting

#71
I've hosted my FB apps on Github up to this date but am very pleased to see they have added the features that a go beyond a simple static site deployment. I'm especially excited about the SSL support.

Re: Introducing Firebase Hosting

#75
post #57
post #51

I've built some client / server syncing code for a while, and never wondered to check for papers on that subject ( since i did it in a wqy specific to my model each time). What those guys are doing seem quite generic. Are there any famous algorithms for multi end-point data syncing ? I suppose it's related to the ditributed database research field...

Most real-time frameworks like Wave and Derby use Operational Transformation. http://www.waveprotocol.org/whitepapers/operational-transfor... http://blog.derbyjs.com/2013/06/04/derby-v0-dot-5-0/ (Edit: Apparently Meteor does not use OT; yet another reason it's behind Derby.)

What are the other reasons it's behind Derby?

Re: Introducing Firebase Hosting

#76
post #51

I've built some client / server syncing code for a while, and never wondered to check for papers on that subject ( since i did it in a wqy specific to my model each time). What those guys are doing seem quite generic. Are there any famous algorithms for multi end-point data syncing ? I suppose it's related to the ditributed database research field...

The last 1/3 of my talk at last year's Strange Loop was on the data structures used in the Couch world for multi master sync. http://www.infoq.com/presentations/sync-mobile-data

Also google CRDT

Re: Introducing Firebase Hosting

#77
post #57

Earlier quoted context omitted.

Most real-time frameworks like Wave and Derby use Operational Transformation. http://www.waveprotocol.org/whitepapers/operational-transfor... http://blog.derbyjs.com/2013/06/04/derby-v0-dot-5-0/ (Edit: Apparently Meteor does not use OT; yet another reason it's behind Derby.)

What are the other reasons it's behind Derby?

Server-side rendering, npm support, etc.

Re: Introducing Firebase Hosting

#79

How do integrate business logic on the back end ? Do we implement EventSource / Server-Sent Events protocol and have a server on our back end that is basically the logic server ? Also have any one done a C# wrapper for your REST layer ?

https://github.com/ziyasal/FireSharp
Post reply on HN