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

resource: http-server

146 resources, primary matches first, then adoption-weighted; health v2 shown.

ResourceHealth v2StarsMaturity
h5bp/server-configs-nginx
A collection of Nginx configuration files and snippets from the HTML5 Boilerplate project that improve website performance and security. It…
6211560active
astaxie/build-web-application-with-golang
A free, open-source ebook teaching how to build web applications with Go, available in many languages on GitBook. It covers Go fundamentals…
3243909maintenance
web-platform-tests/wpt
A large cross-browser test suite for the Web platform stack, covering specifications from WHATWG, W3C, and other standards bodies. It inclu…
956123active
google/web-starter-kit
Google's Web Starter Kit is an opinionated boilerplate and build workflow for creating responsive, multi-device websites. It bundles Sass c…
1018273maintenance
garylab/dnmp
DNMP is a Docker Compose-based one-click LNMP stack bundling Nginx/Openresty, multiple PHP versions (5.4-8.0), MySQL 5/8, Redis, and option…
664087active
actix/examples
A curated, community-maintained collection of example projects demonstrating how to use the Actix Web framework and its ecosystem in Rust. …
773960active
CodingChallengesFYI/SharedSolutions
A community repository collecting publicly shared solutions to the Coding Challenges series, where developers build their own versions of t…
723774active
jitsi/docker-jitsi-meet
Docker Compose configuration and tooling for deploying a full Jitsi Meet video conferencing stack (web, prosody, jicofo, jvb, jibri, jigasi…
983603active
nginx/docker-nginx
The official Dockerfiles behind the Docker 'Official Image' for NGINX, maintained by the NGINX Docker Maintainers. It provides the source u…
673497stable
joreilly/PeopleInSpace
A Kotlin Multiplatform sample project showing people currently in space and ISS position across Android, iOS, Wear OS, Desktop, Web (Wasm),…
773421active
dunglas/symfony-docker
A Docker Compose-based template and runtime for Symfony applications, bundling FrankenPHP and Caddy with automatic HTTPS, HTTP/3, Mercure r…
773179active
h5bp/server-configs
A meta-repository from the HTML5 Boilerplate project that curates boilerplate configuration files for various web servers such as Apache an…
323090active
EZLippi/Tinyhttpd
A mirror of Tinyhttpd, an ultra-lightweight HTTP server written in under 500 lines of C by J. David Blackstone in 1999. It is intended as a…
3212190maintenance
sprintcube/docker-compose-lamp
A Docker Compose-based LAMP stack environment bundling PHP (multiple versions), Apache, MySQL/MariaDB, phpMyAdmin, and Redis for local web …
662846active
phusion/passenger-docker
A set of Docker base images optimized for building Ruby, Python, Node.js, and Meteor web app images. It bundles Nginx, Phusion Passenger, i…
762817active
aws/aws-lambda-web-adapter
AWS Lambda Web Adapter is a Rust-based Lambda extension that lets any web application speaking HTTP 1.1/1.0 run on AWS Lambda without code …
902741active
denji/nginx-tuning
A curated reference of NGINX configuration snippets and tuning guidance for maximizing web server performance, covering worker processes, c…
602703active
aschmelyun/docker-compose-laravel
A Docker Compose workflow template that spins up a LEMP stack (nginx, MySQL, PHP, Redis, Mailhog) for local Laravel development. It also pr…
322647stable
serversideup/docker-php
serversideup/php is a set of production-ready Docker images for PHP, built on the official PHP images with security hardening, health check…
962493active
bungle/awesome-resty
A curated awesome-list of quality OpenResty libraries, Nginx modules, Lua libraries, and related resources. It serves as a discovery index …
702482active
dvf/blockchain
A simple educational blockchain implementation in Python (with a C# port) built with Flask, serving as companion code for a tutorial articl…
328046maintenance
antirez/smallchat
A minimal ~200-line C chat server written by antirez as a teaching example for his 'Writing System Software' video series. It demonstrates …
277504maintenance
yuesong-feng/30dayMakeCppServer
A 30-day Chinese-language tutorial with accompanying source code for building a Linux C++ high-concurrency server from scratch, covering so…
707054maintenance
ishtms/learn-nodejs-hard-way
A free online book and repository that teaches Node.js and server-side programming by building a zero-dependency backend framework (Velocy)…
751850active
taobao/nginx-book
An open-source Chinese-language book, 'Nginx Development from Beginner to Expert', written by Taobao's core systems team. It covers Nginx m…
326962maintenance
nanoninja/docker-nginx-php-mysql
A Docker Compose-based LEMP stack boilerplate that runs Nginx, PHP-FPM, Composer, MySQL, and PHPMyAdmin together. It includes a Makefile fo…
381770active
alwxkxk/soft-and-hard
A free Chinese-language IoT tutorial ('软硬结合——从零打造物联网') with accompanying demo source code that teaches building a complete IoT system from …
341685active
midudev/curso-node-js
A free, practical Node.js course taught live on Twitch by midudev, with recorded video lessons on YouTube and course materials hosted on Gi…
631683active
jlesage/docker-baseimage-gui
A minimal Docker baseimage that simplifies packaging X11 graphical applications into containers, exposing their GUI via a web browser or VN…
981639active
eranyanay/1m-go-websockets
A reference implementation and case study from a Gophercon Israel 2019 talk demonstrating a pure Go server handling 1M+ WebSocket connectio…
325995maintenance
ktorio/ktor-samples
An official JetBrains collection of ready-to-use sample projects for the Ktor web framework, written in Kotlin. It demonstrates server, cli…
761617active
TrafeX/docker-php-nginx
A lightweight Docker image combining PHP-FPM 8.5 and Nginx on Alpine Linux, around 40MB in size. It runs services as a non-privileged user,…
821511active
tecladocode/rest-apis-flask-python
The companion repository for the 'REST APIs with Flask and Python' course and e-book, containing section-by-section project code and course…
231505active
go-training/training
A collection of Go example projects that teach the Go programming language from basics to deployment, organized as numbered hands-on exerci…
551498active
spring-guides/gs-rest-service
An official Spring getting-started guide that walks developers through building a simple 'Hello, World' RESTful web service with Spring Boo…
731471active
lhartikk/naivechain
A deliberately minimal blockchain implementation in roughly 200 lines of JavaScript, created to make blockchain internals easy to understan…
325294maintenance
triska/the-power-of-prolog
The Power of Prolog is an online book introducing modern Prolog and logic programming, written by Markus Triska. The repository is self-hos…
771401active
monperrus/crawler-user-agents
A curated JSON dataset of regular-expression patterns matching HTTP user-agents used by bots, crawlers, spiders, and scrapers. It is distri…
751400active
jmapio/jmap
The official IETF specification repository for JMAP (JSON Meta Application Protocol), a modern open standard for email clients to access ma…
771366active
tokio-rs/mini-redis
An intentionally incomplete Redis client and server implementation in Rust built on Tokio, serving as a large teaching example of idiomatic…
674773maintenance
odrotbohm/spring-restbucks
A sample implementation of the Restbucks ordering application from the book REST in Practice, built with Spring ecosystem technologies. It …
681318active
wodby/docker4drupal
Docker4Drupal is a set of pre-configured Docker images and a compose.yml file for spinning up a full local Drupal development environment o…
981265active
pointfreeco/pointfreeco
The full open-source codebase behind www.pointfree.co, a subscription-based educational site for advanced Swift programming with videos, tr…
771162active
panagiop/node.js-clean-architecture
An example Node.js project demonstrating Clean Architecture with Express.js, MongoDB, and Redis as replaceable infrastructure. It implement…
601161active
harlow/go-micro-services
A small, runnable Go microservices example demonstrating an HTTP frontend backed by internal gRPC service-to-service calls, with OpenTeleme…
641092active
for-GET/http-decision-diagram
An activity diagram (available as PNG/SVG/JSON) that maps how HTTP response status codes are resolved given request headers and caching rul…
323737maintenance
heroku/nodejs-getting-started
An official Heroku sample Node.js/Express application that accompanies the Getting Started with Node.js tutorials for the Cedar and Fir pla…
661083active
pauljamescleary/scala-pet-store
A reference implementation of the classic Java pet store built with functional programming techniques in Scala, using the Typelevel stack (…
671074active
aspnet/samples
A collection of official sample code for ASP.NET and ASP.NET Core, organized into directories for each framework. It serves as reference ex…
321013active
lipanski/docker-static-website
A tiny (~80KB) Docker image based on BusyBox httpd for serving any static website. It supports multi-arch builds, gzip serving, reverse pro…
501001stable
thewhitetulip/web-dev-golang-anti-textbook
An open-source, example-based book that teaches how to build web applications in Go without using any framework, walking readers through bu…
523248maintenance
cer/event-sourcing-examples
Example code for a money transfer application demonstrating microservices built with event sourcing, CQRS, and Docker, based on Chris Richa…
323158maintenance
tiangolo/uwsgi-nginx-flask-docker
A Docker base image bundling uWSGI and Nginx to serve Python Flask web applications from a single container. The project is officially depr…
673005maintenance
golang/example
A collection of small Go programs and libraries maintained by the Go team that demonstrate the language, standard libraries, and tools. It …
752970maintenance
sanshengshui/netty-learning-example
A collection of hands-on Netty learning examples in Java, covering HTTP servers, MQTT IoT servers, protobuf integration with Spring Boot, I…
322937maintenance
tiangolo/uvicorn-gunicorn-fastapi-docker
A Docker image that runs FastAPI applications with Uvicorn workers managed by Gunicorn, with automatic performance tuning of worker counts.…
672915maintenance
github/haikus-for-codespaces
A small Node.js web server template used to demo GitHub Codespaces, based on the Azure node hello-world sample. It serves simple pages (wri…
752860maintenance
babel/example-node-server
An official Babel example repository demonstrating how to set up a Node.js HTTP server using ES6+ syntax transpiled with Babel. It walks th…
102812maintenance
GuoZhaoran/spikeSystem
An educational example and analysis of a flash-sale (seckill) ticket-grabbing system written in Go, modeled on 12306 train ticket rush scen…
322771maintenance
unknwon/go-web-foundation
A Chinese-language video tutorial series teaching Go web development fundamentals, building a personal blog project across lectures. Each l…
232644maintenance
prontera/spring-cloud-rest-tcc
A Java demo project built on Spring Cloud Netflix that illustrates a distributed transaction solution based on the TCC (Try-Confirm-Cancel)…
322539maintenance
developit/express-es6-rest-api
A starter boilerplate for building RESTful APIs with Express and ES6 (via Babel) in Node.js. It includes CORS support, body parsing, REST r…
322439maintenance
nginx-boilerplate/nginx-boilerplate
A boilerplate Nginx configuration template with include-based structure, optimized defaults, and handy snippets for SSL, rate limiting, cac…
232438maintenance
smallnest/1m-go-tcp-server
A collection of Go TCP server implementations benchmarked at supporting 1 million concurrent connections, comparing goroutine-per-connectio…
321928maintenance
cbsheng/tinyhttpd
A heavily annotated fork of the classic tinyhttpd minimal HTTP server written in C, with CGI support. It is intended as an educational proj…
321793maintenance
cosme12/SimpleCoin
SimpleCoin is a minimal, intentionally insecure and incomplete blockchain cryptocurrency implementation in Python, meant as educational mat…
321784maintenance
crizstian/cinema-microservice
An example NodeJS cinema microservices project accompanying a series of blog posts, with services for movies, booking, payments, notificati…
321775maintenance
basir/node-react-ecommerce
A tutorial project and codebase for building an Amazon-like e-commerce website with React, Redux, Node.js, Express, and MongoDB, accompanie…
321757maintenance
dhax/go-base
A Go RESTful API boilerplate providing a structured, idiomatic foundation for building web APIs. It ships with JWT authentication (password…
761696maintenance
qiangxue/go-rest-api
A Go boilerplate/starter kit for building RESTful API services following SOLID principles and Clean Architecture. It ships with JWT authent…
231696maintenance
richarvey/nginx-php-fpm
A Docker image that bundles nginx and php-fpm for serving PHP applications in containers. It supports pulling code from git at container st…
231684maintenance
sausheong/gwp
The companion code repository for the book 'Go Web Programming', containing example programs and snippets from each chapter. It serves as a…
321640maintenance
crsandeep/simple-react-full-stack
A boilerplate/starter template for building full stack web applications with React on the frontend and Node.js/Express on the backend, bund…
321629maintenance
nosequeldeebee/blockchain-tutorial
A tutorial repository showing how to write and publish your own blockchain in less than 200 lines of Go, with a simple web server for addin…
321601maintenance
matryer/goblueprints
Official source code repository for the book 'Go Programming Blueprints' by Mat Ryer, containing example projects from both editions. It se…
231586maintenance
ErickWendel/semana-javascript-expert05
Course material from Erick Wendel's JS Expert Week 5.0, a Google Drive clone built with Node.js and JavaScript. It demonstrates file stream…
411553maintenance
adrianhajdin/project_medical_pager_chat
A companion code repository for a video tutorial building a real-time medical pager chat application using React, Node.js, and the Stream c…
321521maintenance
jzplp/Computer-Network-A-Top-Down-Approach-Answer
A collection of answers to review questions, problems, Wireshark labs, and Python socket programming assignments from the textbook 'Compute…
321515maintenance
shuhongfan/sky-take-out
Sky Take Out (苍穹外卖) is a Java educational project from Heima Programmer teaching enterprise development with Spring Boot and SSM, building …
291442maintenance
pirple/The-NodeJS-Master-Class
Code samples accompanying the Pirple Node.js Master Class course, organized by section and chapter. It serves as a companion repository for…
321439maintenance
miguelgrinberg/flask-video-streaming
Supporting example code for Miguel Grinberg's articles on video streaming with Flask. It demonstrates serving live video (e.g., from a came…
321420maintenance
jaywcjlove/nginx-tutorial
A Chinese-language beginner tutorial and study notes for installing, maintaining, and configuring the Nginx HTTP server. It covers compilat…
551360maintenance
ElemeFE/node-practice
A Node.js practice tutorial from ElemeFE that teaches advanced Node.js concepts by implementing well-known modules like Promise, co, koa, H…
321357maintenance
denji/golang-tls
A curated collection of simple, copy-paste Go examples for HTTPS/TLS servers and clients, including OpenSSL commands for generating RSA/ECD…
321330maintenance
maxpou/docker-symfony
A Docker Compose-based multicontainer development stack for Symfony PHP applications, bundling NGINX, PHP7-FPM, MySQL, and an ELK logging s…
321291maintenance
conradoqg/naivecoin
A minimal cryptocurrency implementation in under 1500 lines of JavaScript, designed to teach how blockchains, wallets, proof-of-work mining…
321288maintenance
ErickWendel/semana-javascript-expert06
Course material for Erick Wendel's JS Expert Week 6.0, a project building a Spotify-like radio streaming app with Node.js streams. It inclu…
321260maintenance
andrewgodwin/channels-examples
A collection of simple, well-commented standalone Django projects demonstrating how to implement common site features with Django Channels.…
321232maintenance
phodal/iot
A minimal Internet of Things system built as a graduation project, combining Arduino, Raspberry Pi, a Laravel RESTful API, Python serial ex…
231221maintenance
maitraysuthar/rest-api-nodejs-mongodb
A ready-to-use boilerplate for building REST APIs with Node.js, Express, and MongoDB. It provides a structured ES6 project skeleton with JW…
231187maintenance
testdrivenio/django-on-docker
A boilerplate project showing how to dockerize a Django application with Postgres, Gunicorn, and Nginx using Docker Compose. It accompanies…
321186maintenance
nicholasjackson/building-microservices-youtube
Companion code repository for the 'Building Microservices in Go' YouTube tutorial series by Nicholas Jackson. It contains a multi-tier micr…
321168maintenance
raycad/go-microservices
An example Go project demonstrating a microservices architecture with Gin Gonic, Traefik as an API gateway, and MongoDB. It includes a movi…
321124maintenance
umermansoor/microservices
Cinema 3 is an educational example project demonstrating microservices architecture using four Python Flask services for a fictional movie …
661114maintenance
launchbadge/realworld-axum-sqlx
A Rust implementation of the Realworld demo app spec (a Medium-like blogging API) built with the Axum web framework and SQLx against Postgr…
321103maintenance
callicoder/spring-boot-websocket-chat-demo
A Spring Boot demo application implementing a real-time chat using WebSocket with SockJS fallback and the STOMP protocol. It accompanies a …
321086maintenance
antsmartian/lets-build-express
A series of tutorial chapters that teach how to build a minimal clone of the Express.js web framework from scratch in JavaScript. It uses t…
321062maintenance
maximal/http-267
A humorous proposal to introduce a new HTTP status code, 267 'Doubtful But Okay', inspired by a quote from an interview with Oleg Tinkov. T…
251235experimental
spring-attic/spring-mvc-showcase
A sample application demonstrating the features of the Spring MVC web framework through small, simple examples, including controllers, requ…
104970abandoned
openai/plugins-quickstart
A minimal Python quickstart from OpenAI for building a ChatGPT plugin, shipping a working TODO-list plugin example that runs as a local ser…
104238abandoned

page 1 / 2 next →