Tech Stacks
Last updated
Last updated
In these days, most of applications are on the web. With various frameworks, how do you pick for your need?
In the simple data collection/presentation, we want to the application ready in a short time. In a mission critical transaction, we may consider the performance.
What if you want to have a quick prototype to present to manager team, then deep dive into the right solution after planned? In here, I am going to have solution of how to do. Use bookstore model as example in some different kinds of projects.
Fullstack MVC
Server Side React, login required
Django REST Framework + Fully Server Side React JS (No Next.js)
Need to login to have both REST APIs and React JS to work. No React JS expose to public. How this works?
REST
Object relationship model (ORM)
Flask w/SQLAlchemcy
Node.js w/typeORM
Node.js w/Adonis
GraphQL
Backend Django Graphene.
Frontend
gRPC
Backend
Frontend
Migration Options:
Migrate Your Prototype to Your Coding framework :
Once your have prototype for demo,
Use Open API data model to migrate.
Django is battery included framework.
It can be set up easy for the presentation.
Once you have ideas to demo to team, you can start use the following to migrate.
ccapeng@gmail.com
ccapeng.github.io