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)
- Django Data model
- Flask w/SQLAlchemcy
- Node.js w/typeORM
- Node.js w/Adonis
- Backend
- Frontend
- Object relationship model (ORM)
- GraphQL
- Backend Django Graphene.
- Frontend
- Migrate from REST to GraphQL
- 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.
-
-