Hosting NodeJs How?

308 views
Skip to first unread message

rajesh

unread,
May 3, 2012, 5:40:25 AM5/3/12
to nodejs
How can any one host nodejs ?

Srirangan

unread,
May 3, 2012, 5:42:37 AM5/3/12
to nod...@googlegroups.com
Plenty of cloud options: Heroku, Joyent etc.

Of course nothing's stopping you from spawning an EC2 instance and doing things on your own. ;-)

Srirangan  |  +91 9711 477 595  |  About   GitHub  LinkedIn  Twitter  |  Review19  "Collaborate & Track Decisions"


On Thu, May 3, 2012 at 3:10 PM, rajesh <rkjha...@gmail.com> wrote:
How can any one host nodejs ?

--
Job Board: http://jobs.nodejs.org/
Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines
You received this message because you are subscribed to the Google
Groups "nodejs" group.
To post to this group, send email to nod...@googlegroups.com
To unsubscribe from this group, send email to
nodejs+un...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/nodejs?hl=en?hl=en

Rajesh Kumar Jha

unread,
May 3, 2012, 5:50:59 AM5/3/12
to nod...@googlegroups.com
How you will deploy your code and run on your server?
--
With regards
Er. Rajesh Kumar Jha
Software Engineer
mail : rkjha.it.in@gmail.com
Ph : +91-9560034877,7428444177

Rohit Rao

unread,
May 3, 2012, 8:07:58 AM5/3/12
to nod...@googlegroups.com, nod...@googlegroups.com
Look at nodejitsu

Sent from my iPhone

Nuno Job

unread,
May 3, 2012, 9:41:09 AM5/3/12
to nod...@googlegroups.com
This should work:

- http://nodejitsu.com/#/paas/getting-started

Nuno
> mail : rkjha...@gmail.com
> Ph : +91-9560034877,7428444177
>
> --
> Job Board: http://jobs.nodejs.org/
> Posting guidelines:
> https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines
> You received this message because you are subscribed to the Google
> Groups "nodejs" group.
> To post to this group, send email to nod...@googlegroups.com
> To unsubscribe from this group, send email to
> nodejs+un...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/nodejs?hl=en?hl=en
>

Stephan Bardubitzki

unread,
May 3, 2012, 5:01:35 PM5/3/12
to nod...@googlegroups.com
+1 for nodejitsu, deploying is just a piece a cake. And very supportive  and dedicated folks too.

Martin Wawrusch

unread,
May 3, 2012, 5:03:00 PM5/3/12
to nod...@googlegroups.com
Totally +1 for nodejitsu.com

Marak Squires

unread,
May 3, 2012, 5:05:19 PM5/3/12
to nod...@googlegroups.com
+1

:-D
-- 
Marak Squires
Co-founder and Chief Evangelist
Nodejitsu, Inc.

Stephen Handley

unread,
May 3, 2012, 10:17:18 PM5/3/12
to nod...@googlegroups.com
Marak, any chance new activations are gonna be opened up sometime soon? been waiting since april 15th and really wanna check it out.

Marak Squires

unread,
May 4, 2012, 12:03:41 AM5/4/12
to nod...@googlegroups.com
Soon!

The best way to get an account activation is to hang out in #nodejitsu on irc.freenode.net

We'll be adding a lot more capacity over the next month thanks to an awesome partnership with Joyent, which will allow us to activate everyone who has been patiently waiting for beta accounts. 

:-)



On Thu, May 3, 2012 at 7:17 PM, Stephen Handley <stephen...@gmail.com> wrote:
Marak, any chance new activations are gonna be opened up sometime soon? been waiting since april 15th and really wanna check it out.

--
Job Board: http://jobs.nodejs.org/
Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines
You received this message because you are subscribed to the Google
Groups "nodejs" group.
To post to this group, send email to nod...@googlegroups.com
To unsubscribe from this group, send email to
nodejs+un...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/nodejs?hl=en?hl=en

mgutz

unread,
May 4, 2012, 12:45:47 AM5/4/12
to nod...@googlegroups.com
Haven't been too happy with Heroku, EC2. Linode is highly recommended.

We use Fabric + Cuisine + Bash scripts. It takes a good weekend to learn how to deploy nginx, haproxy, node, redis ... Other provisioning alternatives include Chef Solo and the one to watch for Ansible.

Martin Wawrusch

unread,
May 4, 2012, 12:54:51 AM5/4/12
to nod...@googlegroups.com
Setting it up is not the problem for most people, keeping it running is, especially when you have hundreds of other things to do. It is just good to know that Marak and his team take care of all this stuff, in multiple time zones, Same goes for mongohq.com, which is just awesome for hosting databases.


Nuno Job

unread,
May 4, 2012, 8:52:48 AM5/4/12
to nod...@googlegroups.com
Thanks Martin, really appreciate your kind words :)

Axel Kittenberger

unread,
May 4, 2012, 9:10:09 AM5/4/12
to nod...@googlegroups.com
> Of course nothing's stopping you from spawning an EC2 instance and doing
> things on your own. ;-)

Or any kind of virtual private server. If you plan to run something
24/7 you usually get a machine with the same specs cheaper when
renting it monthly than using the EC2. The EC2 is great for spikey
usage needs.

henry.oswald

unread,
May 4, 2012, 5:15:38 PM5/4/12
to nod...@googlegroups.com
After moving my site about a bit (sharelatex.com) I have been happiest on a linode using mongolab to host the db and local redis instance.

I use capisrino for deployment, monit for monitoring and upstart for the deamonisation. 
Couple of links: 

Matthew Hazlett

unread,
May 4, 2012, 5:38:50 PM5/4/12
to nod...@googlegroups.com
Amazon EC2, you can get a free account for a year (AWS Free Usage Tier)
But you do everything yourself, from installing software to configuration and deployment. 


http://aws.amazon.com/ec2/
--

framlin

unread,
May 9, 2012, 7:37:54 AM5/9/12
to nod...@googlegroups.com
+1 for nodejitsu

Alan Hoffmeister

unread,
May 9, 2012, 7:39:06 AM5/9/12
to nod...@googlegroups.com
EC2 + 1

It's good for learning :)

--
Att,
Alan Hoffmeister


2012/5/9 framlin <framl...@googlemail.com>:
> +1 for nodejitsu

Dick Hardt

unread,
May 9, 2012, 7:55:26 AM5/9/12
to nod...@googlegroups.com
I found it really easy to get up and running on DotCloud. Free dev accounts.

梁辰晔

unread,
May 9, 2012, 10:33:08 AM5/9/12
to nod...@googlegroups.com
I'm using openshift now.
Not public my app, so, donnot know if it was stable for lots of request.


 
2012/5/3 rajesh <rkjha...@gmail.com>
How can any one host nodejs ?

Glenn Block

unread,
May 9, 2012, 10:47:29 AM5/9/12
to Srirangan, nod...@googlegroups.com
Azure (cough cough)

Sent from my Windows Phone

From: Srirangan
Sent: 5/3/2012 2:42 AM
To: nod...@googlegroups.com
Subject: Re: [nodejs] Hosting NodeJs How?

Plenty of cloud options: Heroku, Joyent etc.

Of course nothing's stopping you from spawning an EC2 instance and doing things on your own. ;-)

Srirangan  |  +91 9711 477 595  |  About   GitHub  LinkedIn  Twitter  |  Review19  "Collaborate & Track Decisions"


On Thu, May 3, 2012 at 3:10 PM, rajesh <rkjha...@gmail.com> wrote:
How can any one host nodejs ?

--
Job Board: http://jobs.nodejs.org/
Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines
You received this message because you are subscribed to the Google
Groups "nodejs" group.
To post to this group, send email to nod...@googlegroups.com
To unsubscribe from this group, send email to
nodejs+un...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/nodejs?hl=en?hl=en
Reply all
Reply to author
Forward
0 new messages