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

long POST request to nodejitsu hosted app cuts off

My application uses express and it is hosted on nodejitsu.com. Only first 400-1500 characters of POST request are received. Locally, this does not happen. Chrome dev kit shows that the request was sent fine. Here is how I receive the…
Dante
  • 5
  • 5
0
votes
0 answers

connect to mongodb remotely node.js

I know this is kind of trivial, but I have been searching on google for a solution to this problem, this here is my first time deploying a mongodb+node.js application, I have succeeded in hosting a node.js application with static data, I have…
Neo
  • 717
  • 2
  • 11
  • 26
0
votes
2 answers

Nodejitsu while while starting node.js app

I am very new to node.js, I just followed the steps to create a simple node.js application. Here it is on github I ran the command jitsu deploy from the terminal to deploy it on nodejitsu, however I got this error right here, please any help on what…
Neo
  • 717
  • 2
  • 11
  • 26
0
votes
2 answers

node.js fs.fileRead not working

I have the following basic web server deployed using nodejitsu. I am trying to display the contents of a file. The file 'test.txt' contains a single line of plain text. I stored it on my local machine in the same folder as my 'server.js' file, than…
gloo
  • 2,490
  • 3
  • 22
  • 38
0
votes
1 answer

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 websocket notification. I've made sure that my OAuth…
geranyl
  • 55
  • 1
  • 5
0
votes
1 answer

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; var fs = require("fs"); var dir =…
Navid_gh
  • 7
  • 7
0
votes
1 answer

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 wkhtmltopdf. What I want to do is host the pdf converter on…
Eoin Murray
  • 1,935
  • 3
  • 22
  • 34
0
votes
1 answer

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 works locally but not deployed. I had talked…
cja
  • 367
  • 1
  • 3
  • 7
0
votes
1 answer

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

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 into a business. 1.) I want to be planning…
0
votes
1 answer

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 like you can see here:…
Tiago Araújo
  • 13
  • 1
  • 4
0
votes
1 answer

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

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 base. To run it I need java server. Which I can't…
bason
  • 19
  • 3
0
votes
1 answer

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 following error: timers.js:96 …
Liron Harel
  • 10,819
  • 26
  • 118
  • 217
0
votes
2 answers

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 deployed on differnt environments (servers), some code…
WHITECOLOR
  • 24,996
  • 37
  • 121
  • 181
0
votes
3 answers

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 being able to pipe chrome directly into the server's…
Mavorus
  • 119
  • 1
  • 2
  • 13
0
votes
2 answers

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 nodejitsu. The error that im getting is: API Error…
Ignacio A. Rivas
  • 646
  • 7
  • 13