Show HN: Firepad, an open source collaborative text editor
1–10 of 65 posts
Re: Show HN: Firepad, an open source collaborative text editor
#2Re: Show HN: Firepad, an open source collaborative text editor
#3Re: Show HN: Firepad, an open source collaborative text editor
#4Re: Show HN: Firepad, an open source collaborative text editor
#5Re: Show HN: Firepad, an open source collaborative text editor
#6Aside from collaborative editors and chat clients - what other valuable use cases could firebase help solve?
We've had people build everything from emergency response simulations synchronized across multiple devices to iOS apps for grandparents to read books with their grandkids over long distances.
Firebase is great any time you need real-time updates, collaboration, or you just want to get something up and running without having to spin up your own servers.
Re: Show HN: Firepad, an open source collaborative text editor
#7Re: Show HN: Firepad, an open source collaborative text editor
#8this is some entertaining shit going down in the 'chat'
Re: Show HN: Firepad, an open source collaborative text editor
#9Aside from collaborative editors and chat clients - what other valuable use cases could firebase help solve?
I'm biased, since I'm a Firebase dev, but honestly, Firebase is great for solving /all kinds/ of use cases. :-) We've had people build everything from emergency response simulations synchronized across multiple devices to iOS apps for grandparents to read books with their grandkids over long distances. Firebase is great any time you need real-time updates, collaboration, or you just want to get something up and runni…
Re: Show HN: Firepad, an open source collaborative text editor
#10Haven't looked into the code/docs deeply, yet, but would love to know if it can be customized to send data to one's own backend service for private implementations. Love the editor. Also had a few great laughs trying to use it alongside so many other people.
Additionally, a lot of the OT code is based on ot.js[1], a fantastic open source OT implementation by Tim Baumann. He has a node.js backend as well as Haskell and Python. Of course then you have to run the server code somewhere and figure out how to persist the documents, etc. :-) Definitely worth checking out though.