Punit kumar Tripathi
Punit kumar Tripathi

Reputation: 79

Nodejs shared server hosting

I want to purchase shared hosting with node js support. Can you provide us company name which support nodejs on shared server.

Thanks in advance.

Upvotes: 0

Views: 415

Answers (1)

LuisPinto
LuisPinto

Reputation: 1697

You have many options out there. It depends on what you want to do but I would go for:

Heroku: It has a free option and it's compatible with integration testing tools like Travis. You can easily configure databases and also create environment variables easily

Glitch: It's also for free and you can just start programming because the server is already configured. I usually use this service when I want to try some small projects on node.js and I need a server to share what I'm doing.

Upvotes: 1

Related Questions