Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Can nodejs be installed on a free webhost [closed]

Tags:

node.js

My goal is to create a chatting website. Not so much for the sake of the website, but for the experience so I know how; just something to work towards gradually. I tried long polling, but that always ends up pissing off the webhosts whose servers I'm using. I was told to use nodejs instead. I have some idea of what it is, but no idea how to use it.

I'm guessing that the reason I can't find the answer to this question anywhere is because of how obvious it is... to everyone else.

I've been looking around and all I see are tutorials on installing it on your server when you own the server. I know you can install forums on webhost's servers, so can you also install nodejs?

like image 249
mowwwalker Avatar asked Sep 26 '11 02:09

mowwwalker


People also ask

Where can I host NodeJS for free?

The free Node. js hosting services are Heroku (free tier), Vercel (hobby free forever plan), and Cyclic. All these services can host your Node. js application for $0 a month a.k.a. absolutely and completely free.

Can I run NodeJS on shared hosting?

Node. js is not supported on Shared and Cloud hosting packages. NOTE: If you want to use Node.

How do I run NodeJS app forever when console is closed?

js application locally after closing the terminal or Application, to run the nodeJS application permanently. We use NPM modules such as forever or PM2 to ensure that a given script runs continuously. NPM is a Default Package manager for Node.

Is NodeJS completely free?

Node. js is a cross-platform runtime environment for JavaScript, which is free and open-sourced.


1 Answers

Yes. You can check the full listing at https://github.com/joyent/node/wiki/Node-Hosting to check each site but it does not categorize it by free hosting.. Some I know of, I personally use Heroku.

  • Heroku
  • Nodester
like image 53
ace Avatar answered Oct 01 '22 14:10

ace