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
0 answers

Socket.Io: Choose Where to Connect

My application is hosted on Nodejitsu and uses multiple drones/servers. According to the Nodejitsu documentation, I can target a specific drone via the http header 'x-drone':1 where 1 is the drone number. On client side, it looks something like…
RainingChain
  • 7,397
  • 10
  • 36
  • 68
1
vote
1 answer

Got building snapshots error when deploy with Nodejitsu

I creat a simple Node.js app and deploy it by command "jitsu deploy" and got that error. info: Creating snapshot 0.0.1-1 info: Uploading: [=============================] 100% error: Error running command deploy error: Error building…
FongZooZ
  • 48
  • 6
1
vote
1 answer

List the users in a chat room

Its a duplicate question, though I want to ask it for more clarification on it. I want to create a private chat using socket.io. While googling for it, I found 2 solutions: Use an array to store the active user list Use room concept Suppose my…
pitu
  • 822
  • 3
  • 11
  • 35
1
vote
1 answer

Nodejitsu says my app is "not a Node app" - Is there a special way to write a node app for Nodejitsu deployment?

I've written a node app, which works fine for me locally, but when I try to install it to nodejitsu, I'm given the response: C:\xampp\htdocs\officeball\node_scripts>jitsu install index_all.js info: Welcome to Nodejitsu jt0dd1995 info: jitsu…
user2700923
1
vote
0 answers

error when trying to deploy with nodejitsu

I have a Windows 7 / 64bit machine and currenlty trying to deploy node.js based project to nodejitsu. But it do not works as expected and crash with error: Executing command deploy info: Welcome to Nodejitsu yourapp info: jitsu v0.13.15, node…
silent_coder
  • 6,222
  • 14
  • 47
  • 91
1
vote
1 answer

Node.JS can't find node-schedule module

Ok I've read tens of similar questions but none have been able to fix my problem - mainly because I think my problem is a bit deeper. I have several modules working fine on my server (Nodejitsu) which I think I installed the same way which was: npm…
orepor
  • 905
  • 2
  • 13
  • 23
1
vote
1 answer

Snapshot version not changing in nodejitsu when deploying through github

I think I've got things set up properly to deploy changes to nodejitsu through github commits, but changes to the version (in package.json) are not making their way through. Upping the version and then deploying using 'jitsu deploy' works as…
PandaPaul
  • 156
  • 1
  • 8
1
vote
1 answer

Nodejitsu - Error: No default engine was specified and no extension was provided

I'm having a problem with Nodejitsu. My app runs perfectly when deployed locally but I've recently been introduced to nodejitsu and I've uploaded my app, database and everything. However, when I try to deploy my application, I keep getting…
Plattaz
  • 525
  • 1
  • 6
  • 5
1
vote
1 answer

Node reverse proxy basic routes issue

I have node-reverse-proxy set up like this: var options = { pathnameOnly: true, router: { '/myapp': '127.0.0.1:9000', } } httpProxy.createServer(options).listen(8000); The webapp at the root of 9000 has an index.html file with a…
Thijs Koerselman
  • 21,680
  • 22
  • 74
  • 108
1
vote
4 answers

Unable to query mongolab mongodb

I'm using the Nodejitsu and their packaged Mongolab MongoDB database. I ran the command jitsu databases get myDB and I got instructions on how to connect via mongo CLI. The out put of that command has a line that says the following: help: …
Mark
  • 2,137
  • 4
  • 27
  • 42
1
vote
1 answer

Issue on Deploying Node.js & Socket.IO App to Nodejitsu

I am new at Node.js, Socket.IO, and Nodejitsu. I am also running Ubuntu on my machine. After Googling for free hoisting supports for Node.js and Socket.IO, I find the Nodejitsu hosting platform. They say it is easy to deploy an app but I find it a…
Mona Coder
  • 6,212
  • 18
  • 66
  • 128
1
vote
1 answer

HTTPS on Nodejitsu using Express

Okay. I have an app on express which also uses Socket.io and works fine via HTTP. However, now I have to move to HTTPS. Nodejitsu provide a lot of documentation on this. They suggest to use node-http-proxy…
igorpavlov
  • 3,576
  • 6
  • 29
  • 56
1
vote
1 answer

Reliable redis hosting from NodeJitsu

I'm looking for a reliable Redis hosting solution for NodeJitsu. IrisCouch has proved unreliable as a Redis host (though its been excellent for CouchDB). I'm looking for a better alternative. One consideration is that Nodejitsu is on Joyent, so to…
goulding
  • 51
  • 5
1
vote
1 answer

nodejitsu deploy of webrtc demo failing to server client-side javascript

I'm trying to deploy to a simple WebRTC.io demo app (https://github.com/dougnukem/webrtc.io-demo) to nodejitsu, but when it's deployed (http://dougnukemwebrtc.jit.su/) it fails to serve the client-side…
Dougnukem
  • 14,709
  • 24
  • 89
  • 130
1
vote
0 answers

npm executable path issues

So up until a few weeks ago npm was symlinking global installs into my /usr/local/bind dir - but this stopped and I am not sure how to get it to do so again. I realized it because I could not update nodejitsu - the version never changed. I realized…
cyberwombat
  • 38,105
  • 35
  • 175
  • 251