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

learn more… | top users | synonyms

0
votes
1answer
30 views

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 ...
-1
votes
0answers
37 views

Ubuntu Server 12.10 64-bit: forever not working after npm install [closed]

I'm using Ubuntu Server 12.10 64-bit, release 12.10, codename quantal. I succesfully installed nodejitsu forever like this: sudo npm install forever -g or sudo npm install -g forever When I ...
0
votes
0answers
26 views

SSL Certification is signed by unknown authority in Nodejitsu

Node JS application is deployed in NodeJistsu. We have uploaded our certificate. Some times, the browsers says that Certification is signed by unknown authority
0
votes
1answer
68 views

Nodejitsu and Twitter Streaming API - multiple disconnects

Hi I've been struggling with this issue for a few days now. I have a simple node.js app that connects to Twitter's streaming API and tracks a few terms. As a term is found the client side gets a ...
0
votes
1answer
75 views

send variables to jade template engine in nodeJs ( synchronize )

I want to call a function in Node.js, get the results, and send them to a template. results always returns empty. What's wrong? var replace = req.params.replace || ""; var find = req.params.find; ...
1
vote
1answer
137 views

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 ...
0
votes
1answer
80 views

Securely connecting two node.js servers

I am hosting an app on Nodejitsu, and I want that app to turn pages to pdf with wkhtmltopdf, which is a binary. Alas I'm not on a big enough plan with Nodejitsu to get ssh access to install ...
0
votes
1answer
137 views

Mongodb / MongoHQ connection from Nodejitsu

I seem to be having trouble connecting to MongoHQ (via MongoSkin) on jitsu. I can connect from localhost though, and all I'm doing is changing my env var and jitsu deploying. It's just strange that it ...
0
votes
1answer
194 views

New technologies (CouchDB, Node.js) for first major website [closed]

So it's my first time actually making a website and hosting it online--most of what I've done has been tutorials and class work. Now a friend and I want to make something professional and maybe evolve ...
6
votes
2answers
739 views

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 ...
1
vote
1answer
207 views

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 ...
0
votes
1answer
111 views

multiple custom sub domains on Nodejitsu?

I have 2 apps hosted on Nodejitsu 1st app ('main' site)..package.json:- "subdomain": "myapp", "domains": [ "myapp.com", "www.myapp.com" ], this serves successfully out of www.myapp.com and ...
0
votes
1answer
158 views

Trying deploy nodejs

I'm noob on nodejs and i'm trying some tutorials of nodejs. I'm trying this tutorial: http://cestfait.ch/content/chat-webapp-nodejs it works wonderful on my localhost but not when I upload to appfog ...
1
vote
1answer
97 views

Does Nodejitsu support neo4j?

I want to use Nodejitsu to host my Node.js app. The app also uses Neo4j. Does Nodejitsu provide any kind of support for that? Or do I need to host Neo4j separately (and pay for all network traffic)?
2
votes
1answer
254 views

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 ...
0
votes
1answer
134 views

should I use elasticsearch from service prodiver or heroku addon or from my own elasticsearch set up? [closed]

I have a nodejs app running on nodejitsu server. Lately I want to build search functionality for my app. The elasticsearch technology seems suitable for me. I understand that elasticsearch is java ...
1
vote
2answers
318 views

JITSU FAILED TO INSTALL OSX [node 0.8.17 and NPM 1.2.0] WTF

im having problems installing jitsu through NPM i have node 0.8.17 and NPM 1.2.0 installed on my mac osx 10.6.8 when i run $ sudo npm install jitsu -g First it warns about no readme file found npm ...
2
votes
3answers
261 views

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.
-4
votes
1answer
107 views

Why might a hosted web app run faster than on localhost? [closed]

I've recently written an app using Node/Express/Angular and it's being run on Nodejitsu. I'm also using Mongolab to host the database. The app pretty clearly runs a lot faster when it's "in the cloud" ...
2
votes
0answers
379 views

CompoundJS error when deploying to Heroku or Nodejitsu

I'm trying to deploy a compoundjs (a.k.a. railwayjs) to Heroku or Nodejitsu as a my first end to end test of NodeJS. Steps Node installation: 0.8.16 Heroku tools installation npm install compound ...
3
votes
1answer
494 views

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 ...
1
vote
0answers
96 views

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 ...
1
vote
1answer
463 views

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 ...
0
votes
0answers
125 views

Deployment of socket.io server on nodejitsu

I m working on multiplayer game based on node.js server which uses sodcket.io and client side on android . it works fine on local server but when i deployed it on nodejitsu server its gives error ...
16
votes
4answers
2k views

Where can we host Meteor/Meteorite applications?

I am looking for hosting providers, preferable as PaaS, capables to host Meteor and Meteorite applications. Which ones do you recommend, and how to implement build scripts, if needed?
1
vote
1answer
358 views

Socket.io connection only establishes on server reset (nodejitsu) works fine locally?

So basically I'm making a simple RTS board game with node.js/express/socket.io for a learning experience. So far it's going really well and I though I was almost there working purely on the localhost. ...
-1
votes
1answer
74 views

What kind of situations don't work well on Node and Mongo? How hard will it be to set up a server for it? [closed]

I have worked with PHP in the past, but I find it easier in Node to follow an MVC structure. (PHP MVC frameworks always required too much I couldn't quite grasp). The question : Is Node and Mongo ...
1
vote
1answer
169 views

How to Build a Nodejitsu style PaaS [closed]

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 ...
0
votes
1answer
156 views

Jitsu 'has not method 'getWindowSize' error

I've installed Jitsu on Windows by running the commend: npm install jitsu -g I ran the command in CMD.ece with administrator rights. When first installed and got to the password phase, I get the ...
0
votes
0answers
250 views

Instagram realtime geography API

I am developing a node app that initialize a geo subscription and then retrieves photos from geographies/{geo-id}/media/recent (using mckelvey/instagram-node-lib) All works fine. I recieve data ...
0
votes
2answers
155 views

Building (preparing) node.js application for production (deploy)

I have a project that consists of several nod.js backend applications. The apps are using the same modules (which a placed outside of each ap folder in shared location). The aps they are to be ...
2
votes
1answer
372 views

Deploying subdirectory files to nodejitsu

I'm new to node and nodejitsu and I'm trying to deploy a very simple application which uses node-static to serve a file which is stored in a folder './Scripts' This works fine locally, however when I ...
0
votes
2answers
390 views

Live/Hot node.js server source code editing

I have a problem. My problem is that every time I make changes to my node.js server code, I have to restart the entire thing to see the results. Instead of this, I remember seeing something about ...
2
votes
1answer
176 views

Procedural 2d-array mongoDB insert on node.js runs out of memory

I am trying to insert a 2000 x 2000 2d array into my mongoDB instance via my node.js server. Right now the way i'm doing it is: for (i=0; i<2000; i++){ //i = height of the tile map ...
3
votes
2answers
428 views

How to fix hiredis compilation issue on nodejitsu? [closed]

How to fix hiredis compilation issue after a deployment on nodejitsu? After I deployed to nodejitsu I received the following error from jistu logs command. ld.so.1: node: fatal: relocation error: ...
0
votes
1answer
154 views

API Error Code: 100 using passport-facebook in nodejitsu

I've been developing this app during the last few weeks, which uses a login system based on passport-facebook, and everything was working fine on my dev computer until I decided to test it on ...
0
votes
1answer
327 views

A multiple port hosting solution for Node.js application

I have developed a Node.js application which receives data from TCP and at the same time makes the data available to a Socket.io port. The principle of the application is to collect sensor data and ...
3
votes
2answers
2k views

Starting redis server on nodejitsu

On local development, you start a redis server using the "redis-server" command. However when I deploy the project to nodejitsu (using jitsu deploy), there isn't an interface to run this command, and ...
1
vote
1answer
596 views

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 ...
1
vote
0answers
122 views

Nodejitsu: is there a way to password protect the apps?

using Nodejitsu: is there a way to password protect the apps? i'm not sure if i can deploy an .htaccess or so... i just need to protect the site from accidental visitors thanks
1
vote
1answer
734 views

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 ...
4
votes
1answer
2k views

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 ...
0
votes
1answer
74 views

Can't change nodify application url after Nodejitsu deployment

Edit: So it looks like the problem was the underscore in the URL. I replaced it with a dash (-) and it works fine. My app is working ok on localhost. After deploying to Nodejitsu, I am attempting ...
1
vote
1answer
156 views

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: ...
3
votes
1answer
1k views

Socket Hang Up on Nodejitsu, What does it mean?

I'm getting socket hang up errors on Nodejitsu, what does it mean? error: Error running command deploy error: socket hang up error: Error: socket hang up error: at ...
0
votes
1answer
233 views

calipso.js and nodejitsu

I've trying to setup my calipso site with nodejitsu mongo database. On Step 1: Configure MongoDB I copied Connection url from jitsu databases list and put it into MongoDB URI field. All works fine as ...
5
votes
3answers
603 views

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 ...
2
votes
2answers
173 views

Keeping API keys and access details for the database secure

What is best practice for keeping API keys and access details for the database secure? We will be deploying with Nodejitsus jitsu deploy so my thought is to have a config file that will not be part ...
0
votes
1answer
992 views

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 ...
1
vote
3answers
519 views

flatiron.js / union - where to put app.use() configuration?

Taking the simple example from Union, I am wondering where I can put configuration code that usually goes in app.configure, like passport.js: app.configure(function() { // Initialize Passport! ...

1 2