17 ms·
There are a lot of things that goes on in production to scale any service to handle that level of requests. But Django as a web framework is good at what it doe
by ajhai 3y ago
There are a lot of things that goes on in production to scale any service to handle that level of requests. But Django as a web framework is good at what it does. It comes in with most things that one needs to put web apps in production.
We recently open-sourced an LLM apps platform (https://github.com/trypromptly/LLMStack https://github.com/trypromptly/LLMStack) that is entirely built with django as backend (drf for APIs, channels for websockets and reactjs for frontend).