简体   繁体   English

在线,实时,共享的JavaScript控制台?

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

I would like to use an online tool to work remotely with people to do Javascript learning and testing exercises. 我想使用在线工具与人们远程工作,进行Javascript学习和测试练习。

The solution could be a shared, public Javascript console. 解决方案可以是共享的公共Javascript控制台。

Does such a thing exist? 这样的事情存在吗? I have seen http://jsfiddle.net . 我见过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. 这项工作正常,但我们必须在每次更改代码时不断更新我们的URL,因此它不是实时的,并且需要双方都进行更新。

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. 如果它不存在,我正在考虑自己构建它,但我想先检查一下,看看是否有人听说过这样的事情。

Here are some links for you: 以下是一些链接:

Hope you'll find something useful in there :) 希望你能找到有用的东西:)

This answer is 3 years late, but should help if you are still checking this post. 这个答案迟了3年,但如果你还在查看这篇文章,应该会有所帮助。 JSFiddle now has collaboration mode - it allows you to voice chat and IM, while editing together. JSFiddle现在具有协作模式 - 它允许您在一起编辑时进行语音聊天和即时消息。 Just click the button in the header and set it up! 只需单击标题中的按钮并进行设置即可!
http://jsfiddle.net#collaborate HTTP://jsfiddle.net#collaborate

Almost two years later, a few great alternatives exist. 差不多两年后,存在一些很好的选择。 The real-time enhancements to jsfiddle and plunkr are great, but for this use case, I haven't found any easier than Coderpad . jsfiddle和plunkr的实时增强功能非常棒,但对于这个用例,我没有发现任何比Coderpad更容易的东西 It's marketed for doing code interviews and saves a history. 它用于进行代码访谈并保存历史记录。 Has JS/Coffeescript/Ruby/Java and more. 有JS / Coffeescript / Ruby / Java等等。

Try 尝试

http://jsbin.com/ http://jsbin.com/

http://jsconsole.com/ http://jsconsole.com/

JSBin is very close to what your looking for. JSBin非常接近您的需求。 provides HTML, CSS, JS and Console code practices. 提供HTML,CSS,JS和控制台代码实践。

JSConsole on the other hand is very simple only used for console coding ofcourse. 另一方面,JSConsole非常简单,仅用于控制台编码。

http://syncfiddle.net/ is exactly what you're looking for. http://syncfiddle.net/正是您正在寻找的。 Simple clean interface that syncs real-time, but also functions as well as any other site out there. 简单干净的界面,实时同步,但也起到任何其他网站的作用。 But be careful to save your code, it seems to delete your code after enough inactivity. 但是要小心保存代码,似乎在经过足够的不活动后删除了代码。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM