Live data from Hacker News

Try node.js in the browser

jsapp.us

1–10 of 37 posts

Re: Try node.js in the browser

#4
NICE! wonder if you can actually use this to build a site that enables you edit it's own code form the web just like this. would like to see/develop something like this, cause if the site can work only with JavaScript, why not never exit the browser while developing it ? :)

Re: Try node.js in the browser

#10
post #9

anybody using node for their startup? I am not sure if it works for larger projects, but that opinion may well be tainted by my dislike of javascript.

The thing I like about node.js is that you can now pretty much write your entire web app in JS, both front end and back end. This really helps with the context switches that happens in larger projects. With mongoDB, you can pretty much use JSON throughout the application stack.
Post reply on HN