Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Online, real-time, shared JavaScript console? [closed]

I would like to use an online tool to work remotely with people to do Javascript learning and testing exercises.

The solution could be a shared, public Javascript console.

Does such a thing exist? I have seen http://jsfiddle.net. This works ok, but we have to keep updating our URL every time the other person changes code so it is not real-time and requires an update step on both sides.

I think a low-feature real-time shared console would be a pretty trivial solution to build. I'm thinking of building it myself if it doesn't exist, but I wanted to check first and see if anyone has heard of something like this.

like image 709
SimplGy Avatar asked Apr 23 '12 02:04

SimplGy


2 Answers

Here are some links for you:

  • Collabedit, Online Code Editor http://collabedit.com/
  • Stypi, a realtime editor https://www.stypi.com/ (not about coding)
  • ShareJS, Live concurrent editing in your app. http://sharejs.org/ (not about coding)
  • Tutti, Test Javascript on different browsers simultaneously http://tuttijs.com/ (not collaborative ?)
  • Bonus: a JS console for mobile http://jsconsole.com/

Hope you'll find something useful in there :)

like image 145
pomeh Avatar answered Sep 21 '22 02:09

pomeh


This answer is 3 years late, but should help if you are still checking this post. JSFiddle now has collaboration mode - it allows you to voice chat and IM, while editing together. Just click the button in the header and set it up!
http://jsfiddle.net#collaborate

like image 35
Zach Barham Avatar answered Sep 20 '22 02:09

Zach Barham