Do you need a server?
Jul 25, 2017 · 1 min read
This is a short post but an important one for developers.
Do you really need a server framework?
- Serverless functions can perform all properly decoupled business logic use cases in an infinitely scalable and economical way.
- GraphQL layers can be deployed for client-database interactions with baked in logic.
- VueJS, ReactJS, AngularJS and others can render your views and provide the interactivity you need.
- Managed DB solutions such as DynamoDB, Mongo Atlas, RDS and others are extremely economical and simple to use.
For web applications of the future, is a ‘server’ really needed?