Some frameworks for servers side
Here you can find some benchmarks Some scores:
- express is placed at 130 place
- fast api is 86
- django is 143
- koa is 117
If you look for performance you should not use python frameworks
If you want to quicly develop some application for your own use you can take advantage of fastapi As the authors say: "FastAPI is a modern, fast (high-performance), web framework for building APIs with Python based on standard Python type hints". DEfinitely it is very convenient to use, e.g. documentation is generated automatically, moreover, there is interactive api which helps you test requests to your api. You can find tutorial here
This framework is very similar to the express (no suprise because it is designed by the team behind Express) one but is slightly faster according to the mentioned benchmark. It uses concepts of api.context
which encapsulates responses and requests.
A next step after GraphQL and Serverless
- github
- examples used by e.g. silicon (what is silicon)
This framework has api similar to express one but has c++ bindings so if it comes to the performence it is comparable to best ones.
- Snyk Code: An expert-curated, AI-powered TypeScript code checker that analyzes your code for security issues, providing actionable advice directly from your IDE to help you fix vulnerabilities quickly.
- DeepCode: A static code analyzer that uses AI to identify potential issues in your code, including bugs, security vulnerabilities, and performance bottlenecks. It supports multiple programming languages, including TypeScript.
- Codacy: An AI-powered code review tool that provides automatic code review for over 30 languages, including TypeScript. It integrates with GitHub, Bitbucket, and GitLab, enabling developers to find and fix issues directly from their repositories.