Hacker News new | ask | show | jobs
by n3rdy 4584 days ago
I've just started playing around piecing together one. I'm using node.js as the server, redis as the database and virtual file system, ace for the text editor, jquery and some jquery ui plugins for the rest. My goal is to build something I can roll out and run with a raspberry pi and use as something like a pocket cloud ide.

Also for editing the actual html and other files, I wrote a small console app in c# that uses the FileSystemWatcher class to monitor a htdocs folder, which updates the redis key/values in realtime.