Live data from Hacker News

Say Hello to Realtime Collaboration

cssdeck.com

41–47 of 47 posts

Re: Say Hello to Realtime Collaboration

#42
Is there anything similar to this that doesn't require registration?

I'd love to use this for teaching HTML but I can't ask my hundreds of teenage students to all create accounts...

Collaborative isn't a must, anything with syntax highlighting and real-time previews will do.

Re: Say Hello to Realtime Collaboration

#43
post #42

Is there anything similar to this that doesn't require registration? I'd love to use this for teaching HTML but I can't ask my hundreds of teenage students to all create accounts... Collaborative isn't a must, anything with syntax highlighting and real-time previews will do.

First of all, registering takes few seconds with twitter/github.

Secondly, it's not a must. Only you can register and share the collaboration URL with your 100s of students.

They can collaborate if they want to, or you can teach them in "Teacher Mode" - registration is not a must!

Hope that clarifies your doubts :)

Re: Say Hello to Realtime Collaboration

#44
post #42

Is there anything similar to this that doesn't require registration? I'd love to use this for teaching HTML but I can't ask my hundreds of teenage students to all create accounts... Collaborative isn't a must, anything with syntax highlighting and real-time previews will do.

Plunker has existed for a while now: http://plnkr.co and has its own little micro community. The editor (with real-time collaboration too) is at http://plnkr.co/edit/

Re: Say Hello to Realtime Collaboration

#46

This needs to override JavaScript commands to keep it from malicious use. For example, to override alert() do this: (function() { var proxied = window.alert; window.alert = function() { // replacement code here // call original function: proxied.apply(this, arguments); }; })();

You don't do security by picking specific cases and guarding against them.

Either do it properly or not at all.

Post reply on HN