nodify
nodify copied to clipboard
A web-based IDE for Node.JS applications
u can integrate it with waterbearlang search "waterbearlang" in github ;-) try
We need a file list widget at the very least.
We could use a WebSocket connection (through socket.io) to update the client console with the executed program's output as we receive it.
Having a module list widget that would let the user select and require() modules would be helpful.
Launching node in a chroot jail would guard against programming mistakes.
Implement the initial design for a web app UI.
Use RESTful resources and methods for better extensibility.
Since skywriter doesn't support IE and mobile safari it would be nice to use codemirror for these user agents.
Start and stop should become a single link or the selected one should hide itself and show the other. Aferwards we should use a play/stop button for this and a...
Since node-inspector doesn't support anything but chrome, we should display a notification message when user.agent != chrome