Node JS 的 cloud 9 ide 调试如何工作?
在chrome中运行的cloud 9 ide是否在我的本地计算机(Mac)上运行node.exe?还是运行在cloud 9 ide服务器上?
如果是前者,浏览器(chrome)如何有权限执行此操作并运行exe?
Does the cloud 9 ide running in chrome run the node.exe on my local machine (Mac)? Or is it running on the cloud 9 ide servers?
If the former, how does the browser (chrome) have permission to do this and run the exe?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
有不同的可能性。您可以在本地运行它,这会启动本地服务器,该服务器也支持本地部署/调试,或者可以使用在其计算机上部署的托管版本。这就是他们今年在科隆 NodeCamp 上展示的内容。但我不知道目前哪些服务是开放的还是关闭的。
There are different possibilites. You can run it locally, which starts a local server which also enables local deployment/debugging, or can use a hosted version that deploys on their machines. This is what they showed during NodeCamp in Cologne this year. But I don't know which of the services are open or closed at the moment.