Recognition catalog

Libraries

Every framework and library Sourcerer knows how to spot

Sourcerer matches the imports in your code against this list. Open a library to see who has written the most with it.

Async & Concurrency

2 libraries

Backend Architecture

1 libraries

CI/CD & Automation

1 libraries

CLI & Tooling

1 libraries

Cloud & DevOps

2 libraries

Data Engineering

1 libraries

Databases & ORM

4 libraries

Distributed Systems

2 libraries

Enterprise Backend

1 libraries

Frontend Frameworks

3 libraries

Full-Stack Web

1 libraries

Infrastructure as Code

1 libraries

Machine Learning & AI

3 libraries

Observability

2 libraries

Scientific Computing

1 libraries

Serialization

1 libraries

State Management

1 libraries

UI & Styling

1 libraries

Web & APIs

10 libraries
Actix Web rust

Powerful, pragmatic, and extremely fast web framework for Rust.

actix_web HttpServer App web::get HttpResponse
rs.actix Leaderboard →
Axum rust

Ergonomic and modular web framework built with Tokio, Tower, and Hyper.

axum axum::Router axum::routing::get axum::extract::Path
rs.axum Leaderboard →
Chi go

Lightweight, idiomatic and composable router for building Go HTTP services.

github.com/go-chi/chi chi.NewRouter chi.URLParam
go.chi Leaderboard →
Django python

High-level Python web framework that encourages rapid development and clean design.

django django.db django.urls django.views
py.django Leaderboard →
Express.js javascript

Fast, unopinionated, minimalist web framework for Node.js.

express express.Router app.use app.get app.post
js.express Leaderboard →
FastAPI python

Modern, fast (high-performance), web framework for building APIs with Python 3.8+.

fastapi FastAPI APIRouter Depends HTTPException
py.fastapi Leaderboard →
Fiber go

Express-inspired web framework built on top of Fasthttp for Go.

github.com/gofiber/fiber fiber.New fiber.Ctx
go.fiber Leaderboard →
Flask python

Lightweight WSGI web application framework designed to make getting started quick and easy.

flask Flask render_template request Blueprint
py.flask Leaderboard →
Gin go

HTTP web framework written in Go featuring a Martini-like API with top performance.

github.com/gin-gonic/gin gin.Default gin.Context
go.gin Leaderboard →
Ktor kotlin

Framework for building asynchronous servers and clients in connected systems.

io.ktor.server embeddedServer routing io.ktor.client
kotlin.ktor Leaderboard →