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
28
votes
2 answers

npm peerDependency issue with grunt and flatiron peer

While posting this question I figured out the answer, but I'll post both here in case it helps someone else, and perhaps someone can help with the why of what happened. When I run: sudo npm install -g grunt the last part of it says: /usr/bin/grunt…
explunit
  • 18,299
  • 5
  • 63
  • 91
21
votes
6 answers

How to use a private npm registry on Elastic Beanstalk?

We have a nodejs project running on Amazon Elastic Beanstalk that uses private modules that we host using nodejitsu's private npm registry. However getting access to the private npm registry from the elastic instances hasn't been straightforward and…
15
votes
3 answers

High Latency with NodeJS

This problem pertains specifically to Nodejitsu, but similar effects seem to happen on other VPSes. I have a real time game using socket.io, and one thing I've noticed is that occasionally the server will wait an inordinate amount of time before…
antimatter15
  • 1,385
  • 1
  • 11
  • 18
13
votes
2 answers

Is there a way to generate the bundledDependencies list automatically?

I have an app that I'm deploying to Nodejitsu. Recently, they suffered from npm issues that caused my app to go offline for several hours after I tried (and failed) to restart it, as its dependencies could not be installed. I was told that this…
Trevor Burnham
  • 74,631
  • 30
  • 153
  • 193
7
votes
2 answers

Node.js with Forever on ubuntu

I'm trying to install Forever to use with Node.js. I'm installing it using 'npm install forever -g'. It seems to install fine, but when I run the command 'forever' it's not found. Maybe I'm not installing it in the right location? Where should it…
dzm
  • 20,376
  • 41
  • 127
  • 215
6
votes
2 answers

Running a meteor app on Nodejitsu

Deployed a meteor app to a Nodejitsu trial environment but failed to get it to run. Upon executing jitsu deploy from my meteor app directory I get the following error: ReferenceError: Meteor is not defined. If you have gotten a meteor app up and…
eric
  • 4,683
  • 10
  • 38
  • 55
6
votes
3 answers

What is the point of using a proxy server such as node-http-proxy for a node app with a single app on one port?

I'm exploring using the node-http-proxy proxy server so that I can have our proxy server on port 80 forward requests to our app server on port 8000. However, I'm a little confused as to why this is a good idea, and what exactly this set up would…
user730569
  • 3,898
  • 8
  • 38
  • 65
5
votes
3 answers

Nodejitsu SSL Certificate

Does anyone knows how to deploy an SSL certificate to my nodejitsu App? I can see that I already have https enabled but i would like to buy a SSL Certificate now that I'm opening for business.
levhita
  • 2,161
  • 2
  • 21
  • 31
5
votes
2 answers

node jitsu cannot find local modules

I have an application successfully working locally so I know the code works. However when I go to deploy to node jitsu I get an error that it cannot find a local module. Here is what I have: File Setup: /index.js /config/config.js index.js var cfg…
nwkeeley
  • 1,257
  • 4
  • 15
  • 25
4
votes
2 answers

Can I npm link on a nodejitsu instance?

I'm trying to use a lib that I need to install and then link with npm. I don't see any clear path for me to access my server this way using the jitsu cli. How would I go about doing this?
fancy
  • 41,315
  • 56
  • 147
  • 225
4
votes
3 answers

WebSocket connection failed in mobile network on port 8080 or 80

In my web application I use Node.js and Socket.io. As I testet the application local or in my wifi network everything was fine but since I switched to mobile data I get the connection error: WebSocket connection to …
Yves
  • 1,144
  • 1
  • 24
  • 30
4
votes
1 answer

Running a forward proxy server in nodejitsu using node js

I am new to proxy server. What I want to do is: I want to write some node.js code, and then upload to my nodejitsu account to run as a proxy server. Then I would like to use my nodejitsu proxy server on my computer, by configuring the http proxy as…
node.fan
  • 41
  • 4
4
votes
1 answer

Node.js and Socket.IO Not Responding in Some Servers

I have simple Node.js and Socket.IO app running on Nodejitsu. The App is running perfectly from home and some other Internet services but not working from my work! Here is the error Message which I am getting The connection to…
Mona Coder
  • 5,750
  • 15
  • 55
  • 103
4
votes
1 answer

Nodejitsu on Windows

I've just started playing around with Node.js and was trying to get Nodejitsu to work on my system (Windows 7, Node version 0.8.15) I installed Jitsu using the "npm install jitsu -g" command, but beyond that trying to perform jitsu users confirm or…
navinpai
  • 880
  • 8
  • 26
4
votes
1 answer

How to manage Nodejitsu created MongoDB

I've created a new MongoDB using the command: jitsu databases create mongodb my_datbase Now I'm not sure how to manage this newly created database. When I try to use the given details in my app, I end up with "An error has occurred:…
Stuart Memo
  • 1,105
  • 2
  • 14
  • 29
1
2 3 4 5 6 7 8