NatwanTilembar's avatar

Is there anything like Laravel Forge for JS projects?

For those unfamiliar, Laravel Forge allow you to easily manage instances of Laravel on a server. All you need to do is give it access to your server and it manages the database, the redis workers, cron jobs, daemons, DNS, enviroment variables, etc... And its a flat fee of $20 per month. Ive been able to spin up 8 backends from one server with no issues and can easily manage them.

I am considering switching over to node backends so I can use typescript accross the entire project. I am also considering monorepos. But I dont know where I can find a service as useful for managing Javascript projects. Every other service charges a butt load for databases or make cronjobs impossible.

Is there a solution out there that rivals Laravel Forge for JS projects?

0 likes
1 reply
Sinnbeck's avatar

I believe ploi.io supports node as well (its a forge competitor), but I have never used it for that. I do use it for php projects though and it's great

1 like

Please or to participate in this conversation.