You can try it at https://dl.dropbox.com/u/8554242/live-status.html
Show HN: Firepad, an open source collaborative text editor
41–50 of 65 posts
Re: Show HN: Firepad, an open source collaborative text editor
#42Earlier quoted context omitted.
What features would you like to see implemented next in Firepad?
That's a good question, and I don't have an answer for you. However, since I've heard how awesome Firebase is, I'm wondering what you offer over Etherpad. After Google acquired it and open sourced the engine, lots of other websites have sprung up that use it. I'm sure there are great reasons to use your tool rather than an Etherpad-based one, so it'd be interesting to hear them! http://etherpad.org/ http://piratepad.…
Firepad is fully client-side code, so there's no server software for you to set up.
The other big reason you might use Firepad is to get all of the other goodies that Firebase provides, like the automatic scaling, Forge debugger, declarative security, etc.
Re: Show HN: Firepad, an open source collaborative text editor
#43Looks cool. It'd be great if you hide the firepad instance from the global scope, to make it harder for trolls to do: setInterval(function () {firepad.codeMirror_.setValue('foo'); }, 0);
Won't people realize that doing that would detract from the experience of other users? Haha, just kidding! Moved everything into a closure. Thanks for suggesting it.
(I.e. it's client-side, you can't prevent people from doing whatever they want.)
Re: Show HN: Firepad, an open source collaborative text editor
#44Re: Show HN: Firepad, an open source collaborative text editor
#45Seems a lot of people are forgetting about http://hackpad.com
Perhaps because hackpad isn't [edit: as gung-ho about being] open source (if they are at all)? I'm sure there are other commercial offerings too... like yours!
Re: Show HN: Firepad, an open source collaborative text editor
#46Earlier quoted context omitted.
Perhaps because hackpad isn't [edit: as gung-ho about being] open source (if they are at all)? I'm sure there are other commercial offerings too... like yours!
Only slightly, though; I mean, Firebase is built on a fully-proprietary platform (Firebase).
https://news.ycombinator.com/item?id=5519094
> All of the OT work happens client-side, so it's certainly
> possible to adapt it to other backends.Re: Show HN: Firepad, an open source collaborative text editor
#47Re: Show HN: Firepad, an open source collaborative text editor
#48Re: Show HN: Firepad, an open source collaborative text editor
#49Curious why each pad is limited to <18 users? Will firebase have a hard time syncing more than those users?
You could (if you like pain) use firepad with hundreds of users and it shouldn't be an issue. The actual messages being sent around are small.
Re: Show HN: Firepad, an open source collaborative text editor
#50(You can see how my bold line of text was interrupted by someone else.)