Open-Awesome
CategoriesAlternativesStacksSelf-HostedExplore
Open-Awesome

© 2026 Open-Awesome. Curated for the developer elite.

TermsPrivacyAboutGitHubRSS
  1. Home
  2. Tags
  3. Web Framework

Web Framework

541 projects

Showing 36 of 541 projects

DMVCFramework
DMVCFrameworkPascal

A powerful Delphi framework for building RESTful services, JSON-RPC APIs, and web applications with MVC architecture and built-in ORM.

#jsonwebtoken#orm#serialization-library
Stars1.4k
Forks383
Last commit1 day ago
Horse
HorsePascal

A fast, minimalist web framework for Delphi and Lazarus, inspired by Express.js.

#rest#api#server-side
Stars1.4k
Forks243
Last commit2 days ago
govalidator
govalidatorGo

A Go library for validating request data with simple, Laravel-inspired rules.

#go-request-validation#request#laravel-inspired
Stars1.3k
Forks122
Last commit2 years ago
Flask-GraphQL
Flask-GraphQLPython

A Flask extension that adds GraphQL support to Python web applications, including GraphiQL IDE and batch query capabilities.

#api#flask#flask-application
Stars1.3k
Forks139
Last commit3 years ago
Atreugo
AtreugoGo

A high-performance, extensible micro web framework for Go with zero memory allocations in hot paths.

#atreugo#fast#micro-framework
Stars1.3k
Forks77
Last commit1 year ago
Security
SecurityC#

Security and authorization middleware for ASP.NET Core web applications.

#web-security#authentication#aspnet-product
Stars1.3k
Forks580
Last commit7 years ago
Bone
BoneGo

A lightweight and lightning fast HTTP multiplexer for Go with URL parameters, regex support, and sub-router compatibility.

#backend-development#high-performance#api-server
Stars1.3k
Forks101
Last commit7 years ago
Vapor
VaporRuby

A curated list of awesome libraries, tools, tutorials, and resources for the Vapor server-side Swift framework.

#backend-development#developer-tools#awesome-list
Stars1.3k
Forks66
Last commit2 years ago
rouille
rouilleRust

A synchronous, intuitive micro-web-framework for Rust that handles HTTP requests without middleware.

#http-server#micro-framework#http
Stars1.2k
Forks112
Last commit1 year ago
vibe.d
vibe.dD

A high-performance asynchronous I/O, concurrency, and web application toolkit written in D.

#d#d-language#http-server
Stars1.2k
Forks281
Last commit20 days ago
csrf
csrfGo

A Go middleware library providing CSRF protection for web applications with support for HTML forms and JavaScript frameworks.

#http-handler#web-security#csrf-protection
Stars1.2k
Forks173
Last commit1 year ago
AuthX
AuthXPython

A ready-to-use and customizable authentication and OAuth2 management library for FastAPI applications.

#fastapi#authentification#oauth2
Stars1.2k
Forks62
Last commit2 days ago
validate
validateGo

A generic Go library for data validation and filtering, supporting maps, structs, and HTTP request data with built-in validators and custom rules.

#filter#validation#verification
Stars1.2k
Forks126
Last commit7 days ago
Duct
DuctClojure

A server-side application framework for Clojure built on Integrant.

#integrant#server-side#modular-design
Stars1.2k
Forks52
Last commit9 months ago
Zino
ZinoRust

A spec-driven, strongly opinionated framework for building composable applications in Rust.

#actix-web#orm#axum
Stars1.1k
Forks88
Last commit1 day ago
APIFlask
APIFlaskPython

A lightweight Python web API framework built on Flask with automatic OpenAPI documentation and request/response handling.

#marshmallow#rest#api
Stars1.1k
Forks138
Last commit1 month ago
fiber-go-template
fiber-go-templateGo

A production-ready Go backend template using the Fiber web framework, designed for fast development with zero memory allocation.

#redis#backend-template#api-server
Stars1.1k
Forks152
Last commit2 months ago
Clack
ClackCommon Lisp

A web server abstraction layer for Common Lisp inspired by Python's WSGI and Ruby's Rack.

#wsgi-inspired#http-server#server-abstraction
Stars1.1k
Forks89
Last commit5 months ago
OFBiz
OFBizJava

Apache OFBiz is an open source product for the automation of enterprise processes. It includes framework components and business applications for ERP, CRM, E-Business/E-Commerce, Supply Chain Management and Manufacturing Resource Planning. OFBiz provides a foundation and starting point for reliable, secure and scalable enterprise solutions.

#database#geospatial#content
Stars1.1k
Forks704
Last commit
JobRunner
JobRunnerGo

A Go framework for asynchronous job processing and scheduling with live monitoring, built into your web app.

#task-scheduler#asynchronous-processing#monitoring
Stars1.1k
Forks97
Last commit5 years ago
Flask Appengine Template
Flask Appengine TemplatePython

A deprecated boilerplate template for running Flask applications on Google App Engine's Python 2.7 Standard Runtime.

#flask#project-template#python-2
Stars1.1k
Forks201
Last commit6 years ago
LazyHighCharts
LazyHighChartsRuby

A Ruby gem that provides a simple and flexible way to generate Highcharts from Ruby code, compatible with Rails, Sinatra, and other web frameworks.

#highcharts#rails#ruby-gem
Stars1.0k
Forks239
Last commit3 years ago
Cot
CotRust

A batteries-included Rust web framework with Django-like ergonomics, built on axum for lazy developers.

#hacktoberfest#secure-by-default#orm
Stars1.0k
Forks50
Last commit22 hours ago
Flight Finder
Flight Finder

Official code samples demonstrating ASP.NET and ASP.NET Core features, patterns, and best practices.

#microsoft#aspnet#code-samples
Stars1.0k
Forks1.1k
Last commit1 year ago
C++ wfrest
C++ wfrestC++

A fast, efficient, and easy-to-use C++ asynchronous micro web framework for building REST APIs.

#json-api#http-server#workflow
Stars1.0k
Forks141
Last commit6 days ago
Bidi
BidiClojure

A Clojure/ClojureScript library for bidirectional URI routing, treating routes as data structures.

#clojurescript#rest-api#bidirectional-routing
Stars998
Forks88
Last commit3 years ago
Camping
CampingRuby

A 5KB Ruby microframework for building single-file web applications with MVC structure that grows with your project.

#rubygems#plugin-system#single-file-app
Stars985
Forks108
Last commit1 year ago
tower-web
tower-webRust

A fast, boilerplate-free web framework for Rust built on Tokio and Hyper.

#boilerplate-free#api-server#async
Stars979
Forks51
Last commit6 years ago
Cutelyst
CutelystC++

A C++ web framework built on Qt, inspired by Catalyst's simplicity, with HTTP/2, WebSockets, and async support.

#http-server#webframework#qt
Stars975
Forks119
Last commit5 days ago
Goji
GojiGo

A minimalistic and flexible HTTP request multiplexer for Go, featuring middleware support and context integration.

#web-server#api-server#context
Stars974
Forks66
Last commit4 years ago
summer-rs
summer-rsRust

A high-performance Rust application framework inspired by Spring Boot, emphasizing convention over configuration.

#axum#plugin-system#high-performance
Stars974
Forks54
Last commit20 days ago
Sailor
SailorLua

A Lua MVC web framework compatible with multiple Lua versions, web servers, and databases.

#orm#apache#luajit
Stars937
Forks125
Last commit3 years ago
BlazorStrap
BlazorStrapHTML

A library of Bootstrap 4 and 5 UI components for building web applications with Blazor.

#bootstrap4#webassembly#server-side-blazor
Stars929
Forks164
Last commit6 months ago
Taylor
TaylorSwift

A lightweight Swift library for creating HTTP web servers with a simple, expressive API.

#http-server#lightweight#server-side-swift
Stars924
Forks79
Last commit10 years ago
blackfire
blackfireSwift

A minimal, fast, and unopinionated web framework for Swift, inspired by Express.js.

#http-server#minimalist#api-framework
Stars900
Forks38
Last commit4 years ago
Spring.Net
Spring.NetC#

A comprehensive .NET application framework providing dependency injection, AOP, data access, web frameworks, and enterprise integration.

#nhibernate-integration#dependency-injection#data-access
Stars878
Forks374
Last commit5 months ago
PreviousPage 5 of 16

Related Tags

Community-curated · Updated weekly · 100% open source

Found a gem we're missing?

Open-Awesome is built by the community, for the community. Submit a project, suggest an awesome list, or help improve the catalog on GitHub.

Submit a projectStar on GitHub
2 days ago
Next
#Middleware132
#Go94
#Rest Api93
#Http Server87
#Golang61
#Backend61
#Web59
#Routing59
#Http55
#Framework47
#High Performance47
#Python46