Skip to content

lemkis/frameworks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 

Repository files navigation

frameworks

Some frameworks for servers side

Some remarks

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

Fastapi python

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

Koa

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.

GraphQL

AskQL

A next step after GraphQL and Serverless

H2O

HyperExpress

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.

Code analysis

  • 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.

About

Some frameworks for servers side

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published