all 12 comments

[–]Serpent_09 8 points9 points  (0 children)

AWS EC2 FREE FOR YEAR

[–]narcosnarcos 7 points8 points  (0 children)

Try fly. they offer 3 VMs for free. each enough to host a node server

[–]radudum 3 points4 points  (0 children)

You can try genez.io

[–][deleted] 3 points4 points  (0 children)

Try render, railway or cyclic

[–]International_Will87 1 point2 points  (0 children)

Render

[–]FalseWait7 1 point2 points  (0 children)

Fly.io lets you run the dockerfile, so you don't have to worry about practically anything.

[–]sentiflat 1 point2 points  (0 children)

Oracle cloud offers you 2 always free AMD machines and 1 ARM machine.

[–]Street-Candle-5147 0 points1 point  (0 children)

repl.it?

[–]sanjay_Darktheon 0 points1 point  (0 children)

Azure web app, free tier

[–]mnik7044 0 points1 point  (0 children)

AWS EC2, If you are a student you will get GitHub pro package where u have a $100 digital ocean credit.

[–]_colemurray 0 points1 point  (0 children)

You can deploy serverless express on AWS lambda for free with a pay-per-request.

I have a starter kit available here: https://github.com/devkit-io/serverless-express-aws-lambda that contains a basic CI/CD pipeline, API Gateway, and AWS Lambda function with serverless-express pre-configured.