|
|
|
|
|
by kaushik_
1432 days ago
|
|
With Rocketgraph you can get a full blown web application with database, serverless functions and a GraphQl API in minutes. Not to mention also the SDKs to get you started on the front-end as well. Rocketgraph provides the following functionality: 1. Authentication: This is a system that almost every web application needs these days. Having to rewrite that every time is a pain. Auth0 is great but is also expensive and has a vendor lock-in. Paying just for authentication? Rocketgraph comes with email/password, social and magic link authetication
2. Authorization: You can configure granular level authorization rules on your rows via the Hasura console.
3. Postgres setup
4. Realtime: Making it real-time will leave you no option except Firebase. Others are slightly a hassle. With Rocketgraph you get real-time subscriptions right out of the box on your favorite and most trusted Postgres DB.
5. Automated Deployment: Rocketgraph provides automated deployments from github to lambda
6. SSL |
|