Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

web hosting and websocket technologies [closed]

I want to write a web application that needs a websocket server. I want to host this websocket server on some famous web hosting provider (such as 1&1 by example). Which web hosting provider should I use?

like image 575
Gb01 Avatar asked Oct 07 '22 18:10

Gb01


2 Answers

If you want to use a websocket server which you can start and stop at will I would much rather recommend a cloud solution. It's cheap and lets you interact with the server directly, which is most likely impossible with more traditional hosting providers. I've only used Amazon Web Services and Google App Engine myself, they both have a free tier which you can use to build and test your websocket application. There are many more providers, also have a look at PaaS services like Nodejitsu. It all depends on what specific technologies you want to use I guess.

(note: AWS lets you SSH into your instance and you can use any platform/technology you want while GAE is web based and limited to Go, Java and Python. It doesn't mean AWS is better, again it depends on your case.)

like image 182
Dreen Avatar answered Oct 13 '22 10:10

Dreen


You can use WebSockets for your .NET apps with GearHost at www.gearhost.com. It's free and gives you 100 free CloudSites and 100 free databases.

like image 31
Ryan Kekos Avatar answered Oct 13 '22 11:10

Ryan Kekos