blingbling🌟 pfp
blingbling🌟
@16
Which is easier to maintain, cheaper, and more stable: deploying a continuously running service on a self-hosted server or launching an on-demand service in the cloud?
2 replies
0 recast
0 reaction

blobs pfp
blobs
@blobs
cloud
1 reply
0 recast
0 reaction

blingbling🌟 pfp
blingbling🌟
@16
What kind of services do you usually deploy on the cloud? Serverless or continuously running services?
1 reply
0 recast
0 reaction

blobs pfp
blobs
@blobs
all continuously running services; i don’t like serverless b/c i can’t set up local dev environment we do use hasura cloud which manages our graphQL API between clients and DB everything else we deploy via AWS ECS
2 replies
0 recast
0 reaction

vincent pfp
vincent
@pixel
what do you mean can't setup local dev environment, if you have /api routes on nextjs, you can just call it on localhost:3000/api, no?
1 reply
0 recast
0 reaction

blingbling🌟 pfp
blingbling🌟
@16
I don't like serverless either because it's not as flexible and convenient in terms of coding, which cannot bring a smooth coding experience 🤣. Hasura looks great, let me try it out! I’m using a self-hosted Kubernetes to deploy my services, and how do you deploy your applications on ECS? Kubernetes? Docker? Syste
1 reply
0 recast
0 reaction