Ross ROSS = Recommend OSS · open-source software intelligence for agents

domain: backend

4128 products, primary matches first, then adoption-weighted; health v2 shown.

ProductHealth v2StarsMaturity
tikv/rust-prometheus
The official Rust client library for Prometheus, ported from the Go client, for instrumenting Rust applications with metrics. It supports c…
591180stable
taoensso/carmine
Carmine is a mature, high-performance Redis client for Clojure with an idiomatic API, connection pooling, and automatic de/serialization of…
721178active
Pithikos/python-websocket-server
A minimal WebSocket server library for Python 3.6+ with no external dependencies, offering a clean callback-based API for handling multiple…
521178active
spring-projects/spring-modulith
Spring Modulith is a Spring Boot extension for building modular monolithic applications with domain-driven module boundaries. It verifies m…
1001177active
temporalio/sdk-python
The official Temporal SDK for Python, a framework for authoring durable workflows and activities that execute as fault-tolerant, long-runni…
1001177active
spatie/db-dumper
A PHP library providing a fluent API to dump database contents to files using native tools like mysqldump, pg_dump, sqlite3, and mongodump.…
851176stable
phoenixframework/flame
FLAME is an Elixir library that lets you auto-scale parts of an existing application by wrapping code blocks in a FLAME.call, which execute…
701176active
patriksimek/vm2
vm2 is a Node.js library that provides an in-process sandbox for running untrusted JavaScript code with whitelisted access to built-in modu…
994093maintenance
wind-c/comqtt
Comqtt is a lightweight, high-performance MQTT broker written in Go supporting MQTT v3.0, v3.1.1, and v5.0. It can run as a standalone serv…
931175active
art049/odmantic
ODMantic is a sync and async Object Document Mapper (ODM) for MongoDB built on Python type hints and Pydantic for model definition and vali…
811175active
jaredpalmer/after.js
After.js is a Next.js-like framework for building server-rendered React applications using React Router. It provides static and server-side…
234090maintenance
tywalch/electrodb
ElectroDB is a TypeScript library for AWS DynamoDB that simplifies modeling multiple entities and complex hierarchical relationships in a s…
751174active
mojotech/torch
Torch is a rapid admin generator for Elixir Phoenix applications that creates admin interfaces with custom templates. It wraps Phoenix's HT…
601174active
excon/excon
Excon is a fast, simple HTTP 1.1 client library for Ruby, designed for general HTTP(S) requests and especially well suited for building API…
761173stable
rari-build/rari
rari is a React Server Components framework whose HTTP server, RSC renderer, and router run on a Rust runtime with embedded V8, instead of …
811172active
go-gormigrate/gormigrate
Gormigrate is a minimalistic database schema migration helper library for the Gorm ORM in Go. It adds schema versioning and migration rollb…
771172stable
unionj-cloud/go-doudou
go-doudou is a lightweight Go microservice framework based on OpenAPI 3.0 (for REST) and Protobuf v3 (for gRPC), with a built-in code gener…
681172active
pdevito3/craftsman
Craftsman is a .NET CLI scaffolding tool (the workhorse behind the Wrapt framework) that generates entire Web API projects, entities, endpo…
551169active
aaberg/sql2o
Sql2o is a small Java library that maps JDBC query results directly into POJOs with named parameter support, acting like an ORM without SQL…
951168active
marpple/FxTS
FxTS is a functional programming library for TypeScript and JavaScript built on Iterable/AsyncIterable protocols. It provides lazy evaluati…
991167active
Wixel/GUMP
GUMP is a standalone, zero-dependency PHP data validation and filtering library with 76 built-in validators, XSS sanitization, and support …
781167stable
laravel/jetstream
Laravel Jetstream is an application scaffolding/starter kit for the Laravel framework that provides pre-built authentication, profile, team…
924058maintenance
oblac/jodd
Jodd is a collection of lightweight Java micro-frameworks and utility libraries with zero external dependencies, including a DI container (…
234054maintenance
sbdchd/squawk
Squawk is a linter for Postgres migrations and SQL that catches statements which could cause downtime, such as blocking locks or breaking s…
961166active
CodePlato3721/shiro-redis
A Java library that provides a Redis-based cache and session manager implementation for Apache Shiro, which otherwise only supports ehcache…
601166active
tompave/fun_with_flags
FunWithFlags is an Elixir feature flag library packaged as an OTP application, offering an API to enable, disable, and query flags with gat…
521166stable
aegra/aegra
Aegra is an open-source, self-hosted backend server for running LangGraph AI agents, serving as a drop-in replacement for LangSmith Deploym…
851165active
felixge/httpsnoop
A small Go library that captures HTTP metrics (response time, bytes written, status code) from http.Handlers by safely wrapping http.Respon…
791165stable
gookit/validate
A generic Go library for data validation and filtering that supports validating Map, Struct, and HTTP Request (Form, JSON, url.Values) data…
941164active
saintedlama/passport-local-mongoose
A Mongoose plugin that simplifies building username and password login with Passport for Node.js applications. It adds username, hash, and …
911164stable
rubyist/circuitbreaker
A Go library implementing the Circuit Breaker pattern for wrapping remote calls. It trips after failures, timeouts, consecutive failures, o…
231164stable
TooTallNate/proxy-agents
A monorepo of Node.js HTTP Agent implementations that route HTTP/HTTPS requests through proxies using various protocols (HTTP, HTTPS, SOCKS…
931162active
commanded/eventstore
An event store library for Elixir that uses PostgreSQL as its underlying persistence engine. It supports appending and reading event stream…
661162active
ericdc1/Dapper.SimpleCRUD
Dapper.SimpleCRUD is a small C# extension for the Dapper micro-ORM that adds simple CRUD helper methods (Get, GetList, Insert, Update, Dele…
761161stable
xaecbd/KCenter
KCenter (formerly KafkaCenter) is a self-hosted web platform for managing and maintaining Apache Kafka clusters, monitoring producers and c…
351161active
Jeffail/tunny
Tunny is a Go library for spawning and managing a fixed pool of goroutines with a synchronous API. It lets you limit parallel work from arb…
324027maintenance
firebase/firebase-admin-python
The Firebase Admin Python SDK lets privileged server-side Python code interact with Firebase services such as Authentication, Firestore, Re…
921159stable
loveshell/ngx_lua_waf
A lightweight, high-performance web application firewall (WAF) built on lua-nginx-module (OpenResty) for Nginx. It filters requests using r…
234024maintenance
nestjsx/nest-access-control
A NestJS module providing role- and attribute-based access control (RBAC/ABAC), built on top of onury's accesscontrol library. It offers de…
581158active
httpswift/swifter
Swifter is a tiny HTTP server engine written in Swift, supporting HTTP 1.1 and WebSockets. It offers a simple closure-based routing API, st…
234019maintenance
mybatis/mybatis-dynamic-sql
A typesafe SQL DSL library for Java and Kotlin that generates complete SELECT, INSERT, UPDATE, and DELETE statements with flexible WHERE cl…
791157active
basecamp/thruster
Thruster is an HTTP/2 proxy written in Go that wraps the Puma webserver to provide production-ready serving of Rails applications. It offer…
711157active
EventSource/eventsource
A WhatWG/W3C-compliant EventSource client library for consuming server-sent events (SSE) in Node.js, browsers, Deno, Bun, and other JavaScr…
981155stable
awslabs/aws-lambda-go-api-proxy
A Go library that adapts requests from AWS Lambda and Amazon API Gateway to standard Go HTTP frameworks like Gin, Fiber, Echo, and net/http…
101155active
funkygao/cp-ddd-framework
DDDplus (formerly cp-ddd-framework) is a lightweight Java framework that enhances Domain-Driven Design with forward and reverse business mo…
491154active
StreamerHelper/web-server
The backend service for StreamerHelper, a self-hosted livestream recording system. It polls live status from platforms like Bilibili, Huya,…
761153active
duct-framework/duct
Duct is a server-side application framework for Clojure built on the Integrant configuration library. It provides a modular architecture fo…
531153active
kottster/kottster
Kottster is an open-source Node.js framework for generating instant, self-hosted admin panels connected to your database. It provides CRUD …
101153active
spacecloud-io/space-cloud
Space Cloud is a Kubernetes-based open-source serverless platform that generates instant GraphQL and REST APIs over databases like MongoDB,…
233998maintenance
alirezanet/Gridify
Gridify is a .NET dynamic LINQ library that converts text-based query strings into LINQ expressions for filtering, sorting, and pagination.…
921152active
encode/databases
A Python library providing simple asyncio support for PostgreSQL, MySQL, and SQLite databases, with query building via the SQLAlchemy Core …
103994maintenance
sagframe/sagacity-sqltoy
sqltoy-orm is a Java ORM framework that combines JPA-style object CRUD with powerful, flexible SQL query capabilities. It provides advanced…
961151active
trongate/trongate-framework
Trongate is a zero-dependency PHP framework for building web applications, bundling its own CSS and JavaScript libraries (Trongate CSS and …
711149active
expressjs/cookie-session
A simple cookie-based session middleware for Express and Connect that stores session data on the client within a signed cookie, requiring n…
661148stable
babelouest/ulfius
Ulfius is an HTTP framework for building REST APIs, webservices, and HTTP endpoints in C, built on libmicrohttpd, Jansson, and libcurl. It …
641147active
koajs/static
koa-static is static file serving middleware for the Koa web framework, wrapping koa-send. It serves files from a root directory with suppo…
541147stable
processwire/processwire
ProcessWire 3.x is an open source content management system (CMS) and framework (CMF) written in PHP, built around a hierarchical page tree…
771146stable
jsocol/django-ratelimit
A Django library providing a decorator to rate-limit views based on IP address or request fields, using Django's cache backend. It is a lig…
231146stable
maticzav/graphql-middleware
A TypeScript library that lets you split GraphQL resolvers into reusable middleware functions applied to any GraphQL schema. It follows the…
671145stable
OpenNJet/OpenNJet
OpenNJet is a high-performance, lightweight web application and proxy engine written in C, designed as a cloud-native service mesh data pla…
641145active
jazzband/django-smart-selects
A Django app providing custom foreign key and many-to-many model fields that create chained (dependent) select dropdowns in forms and the a…
231145active
zino-rs/zino
Zino is a spec-driven, opinionated framework for building composable web and desktop applications in Rust, with modular crates for ORM, aut…
861144active
senecajs/seneca
Seneca is a microservices toolkit for Node.js that lets you organize business logic as message-based commands selected by JSON pattern matc…
673959maintenance
resteasy/resteasy
RESTEasy is a Java framework implementing the Jakarta RESTful Web Services (JAX-RS) specification and the MicroProfile REST Client API for …
981141stable
simplesamlphp/simplesamlphp
SimpleSAMLphp is a native PHP application for handling authentication, primarily as a SAML 2.0 Service Provider and Identity Provider. It a…
981141stable
hisorange/browser-detect
A Laravel package that identifies the visitor's browser, platform, and device type from the user agent string, including bot and crawler de…
231141stable
whatyouhide/redix
Redix is a fast, pipelined, resilient Redis (and Valkey) client written in pure Elixir. It provides an idiomatic interface for sending arbi…
771140stable
beda-software/drf-writable-nested
A Python library providing writable nested model serializers for Django REST Framework, enabling creation and updates of models with relate…
441140active
leev/ngx_http_geoip2_module
An Nginx module that creates variables from MaxMind GeoIP2 databases based on client IP addresses, supporting both IPv4 and IPv6. It works …
231140stable
django-tastypie/django-tastypie
Tastypie is a webservice API framework for Django that provides a convenient, highly customizable abstraction for creating REST-style inter…
683947maintenance
gajus/roarr
Roarr is a fast, structured JSON logger for Node.js and browser environments that requires no initialization or configuration. It decouples…
911138active
tesseral-labs/tesseral
Tesseral is open-source, multi-tenant authentication infrastructure designed for B2B SaaS applications, runnable as a cloud service or self…
431138active
autokitteh/autokitteh
AutoKitteh is a developer platform for durable workflow automation and orchestration, letting users write workflows in vanilla Python (or S…
101138active
mcollina/fastq
fastq is a fast, in-memory work queue for JavaScript with configurable concurrency, supporting both callback and promise APIs. It is a ligh…
951137stable
somta/Juggle
Juggle is a zero-code/low-code API orchestration and system integration platform for composing microservice interfaces into complex flows v…
811137active
deliciousbrains/wp-background-processing
A PHP library for WordPress that enables non-blocking asynchronous requests and queued background task processing. It lets plugin and theme…
671137stable
tiny-http/tiny-http
A low-level HTTP server library in Rust that handles connections, request parsing, pipelining, and HTTPS while leaving routing and higher-l…
231137stable
cipi-sh/cipi
Cipi is an open-source CLI that turns a fresh Ubuntu VPS into a multi-app PHP/Laravel hosting platform with Nginx, PHP-FPM or Octane (Frank…
961136active
estk/log4rs
log4rs is a highly configurable logging framework for Rust, modeled after Java's Logback and log4j. It supports multiple appenders (console…
481136stable
tuono-labs/tuono
Tuono is a full-stack web framework for building React applications with a Rust backend, offering Next.js-like routing, server-side renderi…
711135active
apiflask/apiflask
APIFlask is a lightweight Python web API framework built on Flask that adds declarative input/output handling, automatic request validation…
921134active
apache/casbin-rs
Casbin-RS is the Rust implementation of Apache Casbin, an authorization library that enforces access control based on configurable models s…
881134active
activescaffold/active_scaffold
ActiveScaffold is a Ruby on Rails gem that automatically generates full-featured CRUD (create, read, update, delete) user interfaces for Ac…
761134active
jazzband/django-configurations
django-configurations is a Python library that helps organize Django project settings using composable, object-oriented configuration class…
481134stable
denoland/fastwebsockets
fastwebsockets is a fast, minimal RFC6455 WebSocket implementation in Rust, usable as a raw frame parser or as a full client/server with op…
731133active
davidfowl/BedrockFramework
Bedrock Framework is a high-performance, low-level networking library for .NET that provides transport-agnostic APIs for building custom se…
521133active
microsoft/mssql-jdbc
The Microsoft JDBC Driver for SQL Server is a Type 4 JDBC driver providing database connectivity to SQL Server and Azure SQL Database from …
911132stable
dujiao-next/dujiao-next
Dujiao-Next is an open-source digital goods e-commerce platform written in Go (Gin + GORM) with a Vue 3 customer storefront and admin panel…
831132active
desenvolvedor-io/dev-store
DevStore is a microservices e-commerce reference application built with ASP.NET 9, demonstrating Clean Architecture, DDD, CQRS, and common …
391132active
casid/jte
jte (Java Template Engine) is a secure, lightweight, and fast template engine for Java and Kotlin that compiles templates to typesafe code …
871131active
dotnetcore/SmartSql
SmartSql is a MyBatis-inspired ORM for .NET that manages SQL in XML files with dynamic conditional tags, giving developers full control ove…
861131active
caozhiyi/CppNet
CppNet is a cross-platform, multithreaded C++11 network library implementing the proactor pattern for asynchronous TCP I/O. It uses epoll, …
321131active
cornucopia-rs/cornucopia
Cornucopia is a Rust code generator that produces type-checked Rust interfaces from PostgreSQL queries. It validates queries against a live…
951130active
erlang-lager/lager
Lager is a logging framework for Erlang/OTP that provides fine-grained log levels, multiple backends and sinks, and integration with UNIX t…
401130active
fast/fastrace
Fastrace is a high-performance timeline tracing library for Rust, claiming to be 10-100x faster than other tracing libraries. It supports l…
661129active
ixre/go2o
Go2o is a Go-based open-source O2O (online-to-offline) e-commerce business framework built on domain-driven design (DDD) principles, expose…
751128active
amatsuda/active_decorator
ActiveDecorator is a Ruby gem that provides ORM-agnostic, object-oriented view helpers for Rails applications. It automatically mixes decor…
721128active
axe-me/vite-plugin-node
A Vite plugin that turns Vite into a Node.js development server with hot module replacement (HMR) for backend apps. It supports Express, Fa…
661128active
dadhi/DryIoc
DryIoc is a fast, small, full-featured IoC (dependency injection) container for .NET, targeting net45 through net9.0 and netstandard. It em…
611128stable
openwisp/django-rest-framework-gis
A Python library providing geographic add-ons (GeoJSON serializers, geometry fields, spatial filters) for Django REST Framework. It is main…
891127active

← prev page 26 / 42 next →