Skip to main content

fastapi

FastAPI vs lihil

lihil offers

  • Higher RPS
  • Lower memory usage
  • Shorter GC time
  • Faster startup time

lihil offers what fastapi has such as OpenAPI, DI, etc.

and extra features:

  • Type-Based Dependency Injection

  • Auth system with JWT builtin

  • Messaging system

  • Error response generator

  • Problem Page