Questions tagged [nodejitsu]

Nodejitsu is a node.js cloud hosting platform that features Continuous Deployments and native Websocket support.

Nodejitsu is a cloud hosting platform. It features, among other things:

112 questions
1
vote
1 answer

How to Build a Nodejitsu style PaaS

I'm relatively new to Node.js and the PaaS scene and I'm interested in building a somewhat similar service. Can someone enlighten me on how Nodejitsu's (or similar providers') components (ie http-proxy, spawning node processes, load balancing,…
SChang
  • 1,669
  • 2
  • 13
  • 13
1
vote
1 answer

NPM Pack / Nodejitsu ignores buried Node_modules folders

It seems that NPM pack, and by extension, nodejitsu, do not like my node_modules folders. :*( I currently am building a web app. My web app's project folder structure is as follows: Root Engine(folder) Server(folder) …
Mavorus
  • 119
  • 1
  • 2
  • 13
1
vote
1 answer

Nodejitsu + HTTPS

When I go to https://myapp.nodejitsu.com I magically have ssl enabled. But my app's websocket transport seems to be broken now. What do I need to do to enable websockets over this https, what else could be broken? What are they doing to enable SSL?
fancy
  • 48,619
  • 62
  • 153
  • 231
1
vote
1 answer

Nodejitsu: Unable to add properties to package description

I just got my nodejitsu beta activation, and I'm trying to write the hello world example from the nodejitsy handbook, but when I run jitsu deploy it throws this: prompt: App name: (myapp) subdomain: (omarloren1.myapp) prompt: scripts.start:…
omarloren
  • 133
  • 2
  • 11
0
votes
1 answer

why "jitsu deploy" got "Error: Cannot find module 'browserid-verifier'"?

Seems only a module's missing, but I've wrote the in the package.jsonfile, and others seems fine. I've debugged this little app locally many times, there is a version of browserid module here... The browserid-verifier module can be found…
jiyinyiyong
  • 4,586
  • 7
  • 45
  • 88
0
votes
1 answer

Nodejs nexpect: Get all output lines

I have a simple case where I want to use nexpect to list all files in a folder, and add some expect() functionality later. nexpect.spawn("ls -la /etc") .run(function (err, output, exit) { res.send(output); }); As a…
benjist
  • 2,740
  • 3
  • 31
  • 58
0
votes
1 answer

nodejitsu deploy: scons command not found

I am trying to deploy my node app using nodejitsu, but receive an error when running 'jitsu deploy'. The relevant error lines are: > libxmljs@0.4.1 preinstall /root/tmp/tmp-31613c7bs0y8/build/package/node_modules/twilio/node_modules/libxmljs > make…
Michael Brew
  • 225
  • 1
  • 2
  • 9
0
votes
1 answer

Cross-domain connections via Socket.io on Nodejitsu

I am having a cross domain problem connecting from localhost to a remote server at Nodejitsu via Socket.io. I get an error "...header contains multiple values 'http://evil.com/, *', but only one is allowed". More details below: I have an…
Roman B
  • 180
  • 1
  • 8
0
votes
1 answer

express.static breaks nodejitsu application

I have no idea why this happens, but when I add a static path to my app I get an error on page of a hosting company I am using "nodejitsu" saying that application is not working, the line I am referring to is commented out in a code snippet below…
Ilja
  • 44,142
  • 92
  • 275
  • 498
0
votes
0 answers

Node.js online server upload with mysql support

I currently have developed a server in node.js (and respective client) which works without hassle. It uses socket.io and communicates with a mysql database to retrieve some info for certain messages. The problem is that I tried uploading it online…
0
votes
1 answer

winston-mongodb log connection fails

My express web app uses Winston for logging, and the logs are saved to a mongolab hosted mongoDB (replica set) using winston-mongodb. Everything was working fine for a few days, then when traffic picked up a bit the logs just stopped…
cs_stackX
  • 1,407
  • 2
  • 19
  • 27
0
votes
1 answer

How do I deploy to nodejitsu while depending on node-sass?

I am trying to deploy my ChucK Demos application to Nodejitsu, but am stuck due to node-sass 1.2.3 not compiling on their platform (SunOS). Can I work around this problem somehow? Error looks like this: ./src/libsass/json.cpp:159:18: error:…
aknuds1
  • 65,625
  • 67
  • 195
  • 317
0
votes
1 answer

meanjs app deploy mongodb connection fails but works local

meanjs app, database connection fail (mongoHQ), string hard coded: db: 'mongodb://user:pass@server.mongohq.com/db_name' 1) package.json: https://gist.github.com/anonymous/c864fbc2572bd10f7e90 2) log error:…
lightbots
  • 485
  • 3
  • 13
0
votes
1 answer

hoodie app on nodejitsu: added %2f confounding couchdb request

I have deployed a basic tutorial hoodie app on nodejitsu (which works fine on my local server). Here is the url of my deployed app: http://reggie.nodejitsu.com A signup button is supposed to appear in the upper right hand corner after user login…
Eric
  • 1,691
  • 16
  • 24
0
votes
1 answer

NodeJitsu error: Error: ENOENT, stat '/opt/run/snapshot/

My app’s folder structure for NodeJitsu is as follows (i.e., when i do a jitsu deploy, I'm in the folder that contains "server.js" - i.e., the "server" folder). Root server |___server.js |___package.json client …
Lew
  • 1,431
  • 1
  • 16
  • 22