An open API service indexing awesome lists of open source software.

HTTP

HTTP (Hypertext Transfer Protocol) is a request and response protocol used to send a request to a server and receive a response back in the form of a file. HTTP is the basis of data communication for the web. HTTPS is an evolution in HTTP, where the “S” stands for secure socket layer allowing communication in HTTP to be more secure.

https://github.com/nnqq/healthz

🙅‍♂️ Stop boilerplate!! HTTP healthcheck

go healthcheck http

Last synced: 09 Apr 2025

https://github.com/amstonn/simple-http-server

Simple HTTP server 简易HTTP服务器

cpp http http-server

Last synced: 12 Jun 2025

https://github.com/fatiq123/ktor-http

This repository includes different projects of Ktor Client for HTTP.

http kotlin ktor-auth ktor-client ktor-jwt ktor-server

Last synced: 11 Jul 2025

https://github.com/snakem982/hproxy

一个简单的http,https代理的实现 A simple http, https proxy implementation

http http-proxy https https-proxy

Last synced: 29 May 2026

https://github.com/nwtgck/https

HTTP Stream CLI

cli http http-client

Last synced: 08 Jan 2026

https://github.com/gamitej/basic-chat-app

A basic chat app for understanding the basics of web-sockets

express http nodejs reactjs socket-io websocket

Last synced: 12 Apr 2026

https://github.com/siddhant-vij/advanced-js-topics

This repository consists of the personal code practice for Udemy Course - Advanced JS Topics.

animations async-await authentication callback canvas-api database design-patterns http javascript promises prototype shopping-cart testing

Last synced: 11 Apr 2026

https://github.com/steadybit/extension-http

A Steadybit action implementation to check http endpoints

http

Last synced: 21 Feb 2026

https://github.com/tether/manner-jwt

Authenticate manner services using JWT authentication bearer

http jwt manner service

Last synced: 09 Apr 2025

https://github.com/qard/http-iterator

Convert http servers to async iterators

async-await async-iterators http nodejs

Last synced: 12 Apr 2026

https://github.com/md-aamroni/http

Simple definition about Hypertext Transfer Protocol and Secured Layer

how-http-work http http-status-code https

Last synced: 22 Nov 2025

https://github.com/sgaunet/httping-go

HTTP ping utility written in Go - Test HTTP endpoints with response times, status codes, and content sizes

cli command-line-tool devops go golang http http-client monitoring networking ping

Last synced: 03 Sep 2025

https://github.com/code0-tech/draco

Protocol adapter that will accept request, verify them and sends them to execution.

http microservice protocol rust

Last synced: 08 Apr 2025

https://github.com/apenfe/gectrix

Gestión del combate en tiempo real

api-rest http laravel mqtt mysql

Last synced: 08 May 2026

https://github.com/jjbchunta/endpoint-routing

A directory-based HTTP request router.

express http nodejs

Last synced: 04 Apr 2025

https://github.com/willpower3309/kindling

Kindling is a Tinder bot that handles the hassle of swiping right and messaging a sweet first pickup line for you

api automation bot http https python swipe tinder

Last synced: 02 Jul 2025

https://github.com/melardev/reactcrudasync

Rest full stack application built with React showing how to make HTTP CRUD

api async components crud http react rest

Last synced: 11 Apr 2026

https://github.com/tiendq/http-status

Returning HTTP status in a quick and easy way.

http status

Last synced: 03 Sep 2025

https://github.com/romelium/very-simple-http-server-asio

This is a very simple and minimal HTTP server using the Asio library in C++. The code is only 28 lines long. This is meant to showcase how minimal you can make an HTTP server at a near barebone level while being cross-platform.

asio basic cmake cplusplus cpp html http http-server minimal simple vcpkg very-basic very-simple

Last synced: 20 May 2026

https://github.com/ingresse/integration-ex

HTTP Integration Behaviour

backend elixir http integration

Last synced: 25 Mar 2025

https://github.com/sterlp/load-runner

Simple HTTP/REST load tool

cli command-line http java load-test load-tool rest

Last synced: 28 Dec 2025

https://github.com/judsonstevens/http_yeah

Simple Ruby server with POST and GET interaction.

http ruby server

Last synced: 10 Jun 2025

https://github.com/maxbolgarin/cliex

Easy-to-use HTTP client with Circuit Breaker

api go golang http rest rest-api resty

Last synced: 02 Jul 2025

https://github.com/kopexa-grc/common

Common Go library for scalable, secure, and type-safe backend development. Includes utilities for authorization (OpenFGA), database testing, HTTP helpers, error handling, and more.

authorization backend entgo error-handling go golang http kopexa library middleware openfga security testutils utilities

Last synced: 18 Apr 2026

https://github.com/c0m4r/rq

rust http query

http reqwest rq rust

Last synced: 24 Mar 2025

https://github.com/rubyonworld/ruby-client

The Namely gem wraps the Namely HTTP API, allowing you to manipulate your account through Ruby.

api gem http ruby

Last synced: 10 Jul 2025

https://github.com/r3li4nt/http-tester

Programa para comprobar la seguridad de servidores web mediante ataques DoS.

ddos dos hacking http pentest-tool python

Last synced: 18 Apr 2025

https://github.com/crgimenes/devmux

Secure HTTP over SSH proxy that exposes multiple local dev services through one remote endpoint with Lua-configurable routing.

golang http lua proxy terminal

Last synced: 13 Apr 2026

https://github.com/wpcodevo/go-standard-lib-crud-app

Therefore, in this article, we will build a basic CRUD API to cover almost 80% of what you need to know when building an API with the net/http package.

crud-api go golang http net-http

Last synced: 02 Sep 2025

https://github.com/vilfa/twebd

A simple multi-threaded web server written in Rust.

http https multithreading rust tls web-server

Last synced: 18 Jan 2026

https://github.com/bgokden/go-http-redirector

an http redirection service written in go

go golang http redirecting-urls service

Last synced: 15 Mar 2025

https://github.com/rusenask/echo-debug-server

Debug HTTP server

debug echo golang http

Last synced: 24 Mar 2025

https://github.com/smarie/java-soa4d-java-osgi-commons

Archeology: a link to this old project hosted on SOA4D: https://forge.soa4d.org/projects/commonsjavaosgi/

cdc executor http java logging osgi string udp

Last synced: 27 Apr 2025

https://github.com/lcluber/aias.js

Promise and Observable based HTTP client (Ajax) library

ajax http http-client javascript typescript

Last synced: 08 Jan 2026

https://github.com/jxsl13/stromgedacht

StromGedacht.de API client implementation in Go.

client go golang http

Last synced: 01 Jul 2025

https://github.com/a7bari/codecrafters-http-server-java

A lightweight HTTP server built in Java with support for dynamic routing, file handling, and gzip compression. Completed as part of the CodeCrafters challenge.

build-your-own-http-server codecrafters http http-server java

Last synced: 02 Apr 2025

https://github.com/bearaujus/bhttp

Minimal HTTP client helper for Go (Automatic JSON unwrapping, simple retries, rate limiting)

go golang golang-library http

Last synced: 18 Jan 2026

https://github.com/code-raushan/go-http-server

Golang HTTP server code written while learning building server applications using std lib of Go (net/http).

backend go http net server stdlib

Last synced: 02 Apr 2025

https://github.com/sjthesahiljoseph/http_networking_javascript

HTTP_Networking_JavaScript, let's learn about HTTP Networking in JavaScript. There are a lot of different stuff there. So feel free to use. Thanks.

api delete fetch get http http-networking http-request internet javascript patch post put

Last synced: 02 Sep 2025

https://github.com/celeri-server/body-parser

A JSON request body parsing middleware for Celeri

body-parser celeri http middleware nodejs server

Last synced: 13 Apr 2026

https://github.com/leoborai/fastify-http-server

Template repository for a Fastify + TypeScript project

fastify http nodejs server

Last synced: 01 Mar 2025

https://github.com/johejo/cachehandler

Package cachehandler provides net/http middleware that caches HTTP responses.

cache caching go golang handler http middleware

Last synced: 02 Sep 2025

https://github.com/mahmud-kandawala/python-powered-task-management-platform

A sophisticated, web-based task management application built with Flask, featuring secure user authentication, dynamic content rendering, real-time interactions using AJAX, and comprehensive database management with Flask SQLAlchemy. Ideal for demonstrating advanced web development skills and best practices.

ajax flask http python sqlalchemy

Last synced: 11 Apr 2026

https://github.com/rmuchall/http-status-ts

HTTP status codes for TypeScript.

codes http status typescript

Last synced: 23 Mar 2025

https://github.com/alexendoo/serve

HTTP development server for files spanning multiple directories

cli development http server

Last synced: 22 Jul 2025

https://github.com/compts/getkit

Friendly HTTP request library that would work in browser and Node.js

ajax ajax-request http javascript nodejs

Last synced: 15 May 2025

https://github.com/rryter/conditional-forward-proxy

Conditionally Forward Requests

conditional http https proxy

Last synced: 07 Apr 2025

https://github.com/karitham/handlergen

Generate helper functions to map handler to concrete types

codegen go golang http

Last synced: 15 Mar 2025

https://github.com/joeycumines/har-extractor

Command har-extractor is a streaming HAR file parser that writes contents to disk.

cli go har http scrape scraper scraping tool

Last synced: 14 Jun 2025

https://github.com/mbuesch/httun

Network traffic over HTTP tunnel - Written in Rust

http https ip network rust-lang tcp tun tunnel udp

Last synced: 12 Jul 2025

https://github.com/rahulkrsharma2004/video-calling-app

This project is a video calling application built using MERN STACK and socket.io and for style tailwind.css. It allows users to connect and communicate via video calls in real-time.

cors expressjs http mern-stack nodejs reactjs simple-peer socket-io socketio-client tailwindcss

Last synced: 13 Apr 2026

https://github.com/osamanagi/http-health-checker

🕷️ Go Web Crawler - A lightning-fast concurrent web crawler for performing deep health checks on websites. Built with Go's powerful concurrency primitives.

cli concurrency go http monitoring webcrawler

Last synced: 31 May 2026

https://github.com/mukulmantosh/go-basic

HTTP Handling with Go

golang http

Last synced: 02 Apr 2025

https://github.com/sarthakmishraa/sm-chat-app

This web app is a real-time chat platform using React.js (TypeScript) and Tailwind CSS for a responsive design. Firebase handles user authentication, while Express.js and Socket.io enable real-time messaging. The frontend is deployed on Netlify and the backend on Render for seamless operation.

express http http-server netlify netlify-deployment reactjs render renderdeploy socket-io tailwindcss typescript typescript-react websocket

Last synced: 27 May 2026

https://github.com/roc41d/http-web-crawler

Http web crawler with Nodejs + TDD

crawler http javascript jest jest-test nodejs webcrawler

Last synced: 13 Apr 2026

https://github.com/znojil/heureka

📦 A simple and modern PHP library for communicating with the Heureka API.

api heureka http overeno-zakazniky php

Last synced: 13 Jan 2026

https://github.com/rnelson/libexec.aspnetcore.environmentheaders

ASP.NET Core middleware for adding environment information to response headers

aspnet aspnetcore http

Last synced: 12 May 2025

https://github.com/httpland/http-header-db

HTTP header field database

database field header http

Last synced: 21 Feb 2026

https://github.com/yaroslaff/selfping

HTTP ping to your site. Measure network quaility between your site and customers when customers can not run ping.

browser fetch http javascript js latency network performance ping rtt self selfping site speed speedtest website

Last synced: 10 Dec 2025

https://github.com/deb-ict/go-router

A secure HTTP router for go web applications

authentication authorization go http middleware mux router

Last synced: 26 May 2026

https://github.com/ahmeddhus/bloc_clean_architecture

A demo store app built with love and Flutter, where I tried to apply clean architecture principles with BloC.

bloc clean-architecture dartz equatable flutter getit gorouter http

Last synced: 13 Apr 2026

https://github.com/zaida04/loggregator

📋 Centralized logging for microservices, serverless functions, and everything in-between.

http logging svelte

Last synced: 31 Mar 2025

https://github.com/jesusgraterol/fetch-request-node

The fetch-request-node package makes working with external APIs simple and efficient. This intuitive wrapper leverages the power of the Fetch API, providing a clean and concise interface for your API interactions.

fetch fetch-api http https request utilities utils

Last synced: 16 Apr 2025

https://github.com/d6o/itipathprefix

Path Prefix Matcher to Itinerary Router

go golang golang-library golang-package golang-router golang-tools http mux router

Last synced: 06 Oct 2025

https://github.com/brianlesko/http-camera-server-python

Server and client code for broadcasting and receiving an HTTP camera stream. The HTTP stream is also accessible from a web browser. Tested on a LAN network and Is very low latency.

camera http networking python server socket stream webcam website

Last synced: 16 May 2025

https://github.com/d6o/itibasicauth

Basic Auth Matcher to Itinerary Router

go golang golang-library golang-package golang-router golang-tools http mux router

Last synced: 07 Oct 2025

https://github.com/bondbox/xser

Socket and HTTP Server

http proxy socket

Last synced: 21 Feb 2026

https://github.com/uzairrehan/learn-node-js

Node.js is an open-source, cross-platform runtime for building fast, scalable server-side applications with an event-driven architecture, non-blocking I/O, a single-threaded event loop, real-time capabilities, and access to NPM's vast ecosystem

crypto events express fs http middleware nodejs nodemon os path

Last synced: 01 May 2026

https://git.hiifong.cc/mirrors/cpr

C++ Requests: Curl for People, a spiritual port of Python Requests.

c-plus-plus cpp hacktoberfest http libcurl library requests

Last synced: 08 Oct 2025

https://github.com/christopher-r-perkins/blink-out-htmx

An HTMX version of Blink Out using HTRB.

html htmx htrb http lights-out-game ruby sinatra

Last synced: 28 Apr 2026

https://github.com/ljtill/wasi-http-info

[WIP] Lightweight WASI HTTP server

http wasi

Last synced: 18 Jan 2026

https://github.com/aanciaes/smart-grow-api

Web API for the Mobile and Ubiquitous Computing course

api go golang http

Last synced: 14 Jan 2026

https://github.com/paologaleotti/gleamkit

Experimental starter for Gleam web services

api backend gleam http starter template

Last synced: 04 Jan 2026

https://github.com/broadcastt/broadcastt-js

JavaScript library for Broadcastt WebSocket Protocol

broadcast client events http pubsub websocket

Last synced: 27 Jan 2026

https://github.com/deniska69/inote

Курсовая работа на тему "Изучение технологии API"

api csharp http json vk-api

Last synced: 19 Apr 2026

https://github.com/kirill-scherba/pusher

Pusher send metrics to Prometheus Push Server using HTTP post request

go golang http prometheus prometheus-pushgateway

Last synced: 23 Jun 2026

https://github.com/cijiugechu/persona-http

A blazing-fast HTTP client with TLS fingerprinting for Node.js

client fingerprint http napi-rs tls-fingerprinting

Last synced: 09 Oct 2025

https://github.com/alimy/httprouter

A high performance HTTP request router that scales well

go http mux web

Last synced: 09 Oct 2025

https://github.com/chenhaojie9527/go-style-error

An elegant JavaScript/TypeScript asynchronous error handling library inspired by the Go language's error handling model.

api async http promise request

Last synced: 09 Oct 2025

https://github.com/kenjyco/webclient-helper

Helpful WebClient class to interact with APIs on the web (wrapper to popular requests package)

api api-client beautifulsoup4 http kenjyco lxml python requests rest

Last synced: 27 Jan 2026

https://github.com/jreisinger/hgrep

Search URLs for patterns

golang grep-like html http regexp

Last synced: 14 Jan 2026

https://github.com/andy2046/gonion

to chain your HTTP / GRPC middleware

chain golang grpc http middleware

Last synced: 14 May 2026

https://github.com/oleskiewicz/httpipe

http <-> stdio bridge

faas go http

Last synced: 15 Mar 2025

https://github.com/taisiabarteneva/http-server

Web-server with I/O multiplexing, supporting primary HTTP methods

cgi cookies cpp98 http make nginx

Last synced: 05 Feb 2026

https://github.com/iarsham/fasthttp-crud

High-performance RESTful APIs with Go and SQLite. Master Fasthttp for efficient web development.

fasthttp golang http restapi sqlite3

Last synced: 04 Mar 2025