node-host icon indicating copy to clipboard operation
node-host copied to clipboard

JSApp.us -- First open Node.js open hosting architecture http://groups.google.com/group/jsapp-us (depreciated)

Results 12 node-host issues
Sort by recently updated
recently updated
newest added

Hello, its possible to add support for request module? Thanks.

I was hoping there would be a way to get the node version via `node --version`, but that command is unavailable. So instead I figured I would log the version...

Am i doing something wrong? var http = require('http'), url = require('url'); exports.app = function(req, res){ var options = { host: 'www.google.com', port: 80, path: '/' }; http.get(options, function(r) {...

this happened several times with more than one account and of course more than one file... instead of the expected response i get this: ' Select a query probably a...

If you make a typo (or elicit some other error), the text is rendered with "\n": ``` "SyntaxError: Unexpected identifier\n at new SandBox (/home/server/node-host/sandbox/index.js:66:9)\n at builder.back (/home/server/node-host/test.js:48:17)\n at builder.count (/home/server/node-host/sandbox/build.js:139:7)\n...

When I'm running this locally, when I try to save it asks for a login. At which point I can't create a new user or login (not that I've set...

just found out that jsapp supports coffee ... just have to put '.coffee' extension ... wonderful!!! can we have stylus and jade support too? thx matt

Is it possible to make the 'test' command to accept a file name argument? Something simple like: ' test myfile' It's really annoying to open the server file every time...

Maybe it would be a good idea to put an alert like: 'are u sure u wanna leave?' since its really easy to loose your work by pressing backspace. Some...

Modules that need to be added or updated: - utils - events - fs (possibly get listing files and add more ways to read files) - http (out of date,...

api