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

Server

A server is a program or device that provides functionality for other programs and devices, called clients. This relation forms the Client-Server Model.

https://github.com/tim0-12432/simple-test-server

Test servers for development and testing of communication clients

developer-tools self-hosted server testing

Last synced: 03 Oct 2025

https://github.com/beenotung/setup-tsc

CLI tool to setup TypeScript projects for npm and browser distribution

cli configuration http-server http2 nginx nodejs npx port-forwarding server websocket

Last synced: 09 May 2026

https://github.com/chinmayvivek/grpc_bp_rust

A boilerplate for building gRPC microservices in Rust. Includes async server and client setup using tonic and tokio, with auto-generated protobuf support. Ideal for high-performance, async services with gRPC in Rust

boilerplate boilerplate-template client communication grpc grpc-rust microservice networking rust rust-lang server

Last synced: 29 Apr 2026

https://github.com/akarsh/ruby-app-deployment-example-project

Deployment of a web server ruby app

macos rbenv ruby server unit-testing

Last synced: 29 Apr 2026

https://github.com/shreyasmehta05/tcp-fusion

TCP-Fusion mimics TCP using UDP, ensuring reliable data transmission through chunking, sequencing, and retransmissions.

c client network server socket-programming tcp-protocol udp-protocol

Last synced: 03 Feb 2026

https://github.com/javierav/ubuntu-recipes

Custom bash scripts for prepare and maintain Ubuntu servers

bash install script server ubuntu

Last synced: 29 Apr 2026

https://github.com/artreex/craboi-server

Анализатор курса валют на основе индикаторов.

analizer cryptocurrency currency indicators js node rate server

Last synced: 29 Apr 2026

https://github.com/davidsonbpe/node-server-html5-css-js

node-server-html5-css-js

node-js server

Last synced: 28 Jun 2026

https://github.com/bohdaq/rust-tls-server

Web server for handling HTTPS using TLS

https rust server

Last synced: 25 Jan 2026

https://github.com/mhamidjamil/esp_as_a_server_and_router

esp8266 work as a server and clients to exchange data with each other and server will then upload that data to firebase after applying filtration

client esp32 esp8266 firebase server

Last synced: 29 Apr 2026

https://github.com/damiancipolat/cluster-servers

Examples and techniques creating http servers using nodejs cluster module.

api es6 ipc nodejs parallelism pm2 server

Last synced: 29 Apr 2026

https://github.com/vianch/smooth-server

A server to deploy local environments or static code

node nodejs server

Last synced: 19 Jun 2026

https://github.com/cacic-fct/server-fctdtiwebxp01

Configurações do servidor

docker docker-compose server

Last synced: 19 Jun 2026

https://github.com/zdychacek/deno_example

Example project with VSCode IDE integration.

deno http-server server typescript

Last synced: 13 May 2026

https://github.com/abneribeiro/fifoserver

Interprocess communication project using FIFOs, enabling clients to request and receive file contents seamlessly.

c client-server fifo server

Last synced: 19 Jun 2026

https://github.com/ososuna/node-sensor-server

Rest Server to read temperature and humidity from Arduino sensor

arduino express iot nodejs rest-api server

Last synced: 11 Apr 2026

https://github.com/alessandrokuz/python-web-learning

Following this tutorial https://youtu.be/SnebKZ-8-q4?si=lu5WM0HAXSqet0mk

client django python server socket web webapp

Last synced: 30 Apr 2026

https://github.com/owengombas/four

🔵 A multiplayer Connect Four game using NodeJS with socket.io

4 client connect four javascript js multiplayer node nodejs puissance server socket socketio web

Last synced: 30 Apr 2026

https://github.com/jleung51/service_proxy

NodeJS proxy server to route HTTP webhooks from Heroku to Travis CI.

heroku javascript node nodejs server travis-ci

Last synced: 30 Apr 2026

https://github.com/rusith/go-server

A reusable server configuration using Go, MongoDB, GraphQL

go graphql mongodb server

Last synced: 11 Apr 2026

https://github.com/null-gman/files-is-now-saas

Files is now a SaaS solution for sending or receiving files over the internet. It is open-source under the GPLv3 license.

file-sharing node-js saas server webapp

Last synced: 30 Apr 2026

https://github.com/dimitriskok/hacking-fms-21-to-use-php-8

This guide walks you through configuring PHP 8.3 with FileMaker Server 21 on Windows, covering installation, IIS FastCGI setup, essential php.ini adjustments, environment variables, and testing with the AirMoi PHP FileMaker API. By following these steps, you’ll enable robust custom web publishing capabilities.

filemaker php powershell server

Last synced: 30 Apr 2026

https://github.com/tobkle/create-graphql-server-authorization

Authorization for create-graphql-server

authorization generator graphql nodejs server

Last synced: 10 May 2026

https://github.com/theleopard65/dos-guard

DOS-Guard is a network packet monitoring tool built with Flask and Scapy. It captures and analyzes network packets in real-time, providing insights into network traffic and potential DDoS attacks. With a user-friendly web interface, DOS-Guard allows users to visualize packet data and monitor network activity effectively.

analysis botnet ddos flask gui interface mitigation packets packetsniffing projects python3 scapy server socket socketio

Last synced: 30 Apr 2026

https://github.com/in-rich/uservice-authentication

Firebase authentication proxy.

golang grpc inrich server

Last synced: 30 Apr 2026

https://github.com/in-rich/uservice-linkedin-data

Save and manage data scraped from LinkedIn.

golang grpc inrich server

Last synced: 30 Apr 2026

https://github.com/programkingabel/ecr_terraform_provisioner

Procedural automation to complement HCL declarative approach

automation aws deployment devops infrastructure-as-code provisioner server terraform

Last synced: 10 Mar 2026

https://github.com/criticalsool/sons-of-the-forest-docker

Docker Sons of the Forest Dedicated Server

dedicated-server docker server sons-of-the-forest steam

Last synced: 10 May 2026

https://github.com/esri/event-counter-for-geoevent

ArcGIS GeoEvent Sample Event Counter Processor for counting GeoEvents

arcgis count counter event-counter geoevent geoevent-for-server java processor server

Last synced: 20 Jun 2026

https://github.com/momenbasel/miniservernodejs

a mini-server using node js for creating static web sites.

hacking hacking-tool javascript nodejs pentesting server

Last synced: 10 May 2026

https://github.com/kuzhalikumaraguru/nodeday1

File system - Create files with current date and time and retrieve all the text files by creating API endpoint

express filesystem http nodejs readfilesync server writefilesync

Last synced: 09 Apr 2026

https://github.com/bridgerbrown/c-http-server

HTTP Server built in C with manually built thread pool, linked list, queue, binary search tree, merge sort, and dictionary.

api backend binary-search-tree c c-language data-structures data-structures-and-algorithms http http-server linked-list low-level merge-sort queue server socket thread-pool user-management

Last synced: 14 Aug 2025

https://github.com/kaushalvasava/instagramrestapi

Instagram REST API for Instagram clone app using Kobweb, Kotlin and Docker.

backend-api docker instagram jetpackcompose kobweb kotlin kotlin-js ktor ktor-server restapi server

Last synced: 01 May 2026

https://github.com/y10k/riser

RISER is a library of Ruby Infrastructure for cooperative multi-thread/multi-process SERver

gem library multi-process multi-thread ruby rubygem server

Last synced: 01 May 2026

https://github.com/rgwohlbold/gameserver

A server to remotely play games

golang server

Last synced: 02 Aug 2025

https://github.com/big-shahmir/multiplyaer_game

A text-based multiplayer game server implemented in C using Unix sockets.

c ports server

Last synced: 04 Oct 2025

https://github.com/abhinavrobinson/deno-rest-api-boilerplate

Boilerplate for #Deno based #RestAPI

deno hacktoberfest https js rest-api server web

Last synced: 01 May 2026

https://github.com/khushanshuyadav/jsp-and-servlet-learning-project-2

A simple maven project created for learning purposes

java jsp-servlet maven maven-pom server

Last synced: 01 May 2026

https://github.com/shamaru001/kong-konga

kong API GATEWAY + Konga UI for Kong

api-gateway docker docker-compose kong konga microservice server

Last synced: 01 May 2026

https://github.com/kiblitz/tcp-ref

Code reference for implementing TCP server & client

client implementation java python reference server tcp

Last synced: 01 May 2026

https://github.com/onezens/dclserver

node + express build api site

api express node server

Last synced: 01 May 2026

https://github.com/nikhiljohn10/gitry

A bash program to deploy git server for Ubuntu

git server shellscript ubuntu

Last synced: 01 May 2026

https://github.com/dbtek/esp-server

Simple web server on esp8266 to control relay

arduino esp8266 server web

Last synced: 01 May 2026

https://github.com/zerdicorp/neurotriumph__server

Turing test online platform.

api neurotriumph server spring turing-test

Last synced: 20 Jun 2026

https://github.com/xen0xys/newuhchost

The new Uhc host plugin with multiple scenarios and multiple gamemodes!

host minecraft plugin server spigot spigot-plugin

Last synced: 02 May 2026

https://github.com/appgalleryconnect/agc-server-demos-java

This repository including all of exsiting demos of AppGallery Connect Service in Android.

authservice cloudstorage java nodejs server

Last synced: 02 May 2026

https://github.com/enindu/node-js-websocket

WebSocket demonstration with Node.js

client nodejs server websocket

Last synced: 13 Aug 2025

https://github.com/nathan-osman/rust-daylight

Simple microservice providing sunrise / sunset times

calendar rust server sunrise sunset

Last synced: 26 Sep 2025

https://github.com/suhanyujie/image-server

simple image server

go image server

Last synced: 20 Jun 2026

https://github.com/studyresearchprojects/estebanborai-server

Server for resources management on estebanborai.com

api blog homepage server

Last synced: 12 Aug 2025

https://github.com/ihcccjs/server

koa server template, build your first server~

koa-body koa2 server template

Last synced: 02 May 2026

https://github.com/stephsako/fri-n-me-php-rest-api

PHP REST API/Web Service for an Android application, Fri'N'Me.

json php restful-webservices server

Last synced: 02 May 2026

https://github.com/restsharpdb/restsharpdb

A C# version of PostgREST. A version, not a reimplementation.

api api-rest automatic-api csharp database http pgsql postgres postgresql postgrest server sql

Last synced: 02 May 2026

https://github.com/matisszilard/gondol

gondol - learning golang

golang learning rest-api server

Last synced: 11 May 2026

https://github.com/ldclakmal/ktor-samples

Kotlin - Ktor Sample

client http kotlin ktor sample server

Last synced: 09 Jun 2026

https://github.com/jsonfm/go-mjpeg-server

A simple mjpeg server made with golang for streaming webcam images (opencv).

golang mjpeg opencv server

Last synced: 04 May 2026

https://github.com/screwys/rescue

Simple cross-platform binary to launch a server on LAN

freebsd linux macos server windows

Last synced: 21 Jun 2026

https://github.com/ngrogg/apache-vhost-generator

Boilerplate BASH script for generating an Apache Vhost.

apache apache2 httpd linux server systemadministration virtualhost-generator

Last synced: 03 May 2026

https://github.com/clayrisser/trailblazer

A pragmatic implementation of TrailsJS for rapid development

api express node nodejs rest server trails trailsjs

Last synced: 04 May 2026

https://github.com/saksham-shrey/cruxz-youtube-transcript-api

Get Transcripts for YouTube Videos using VideoID.

fastapi python server video-transcript youtube-transcripts-api

Last synced: 03 May 2026

https://github.com/cafehaine/tinyserv

A small python HTTP server to transfer files between computers

http python3 qr qrcode server terminal transfer

Last synced: 03 May 2026

https://github.com/ldclakmal/go-samples

Go Sample Codes

client go http http2 sample server

Last synced: 12 Aug 2025

https://github.com/ipax77/pax.blazor.survey

Blazor Server .NET 5 Survey

blazor dotnet-core server survey

Last synced: 03 May 2026

https://github.com/simplymichael/express-graphql-server

Node.js GraphQL server based on Apollo Server and Express.js

apollo apollo-server express express-server graphql graphql-server server

Last synced: 03 May 2026

https://github.com/acamb/ekvs

Easy key value store

cli encryption go key-value-store server tui

Last synced: 03 May 2026

https://github.com/cdaringe/cowtown

:cow: :book: middleware recipes for web applications

flows koa middleware pipelines server web

Last synced: 12 May 2026

https://github.com/zachvlat/server

This project is aimed at creating a comprehensive server setup for various purposes, such as hosting Nextcloud, Home Assistant, Jellyfin, Transmission, Deemix, FileBrowser, and more using Docker containers and Nginx Proxy Manager.

docker docker-compose home-server selfhosted server yml

Last synced: 04 May 2026

https://github.com/s-b-repo/i2cncit

a cnc server where bots can be shared other i2p torrents for max community and power

bot botnet cnc i2p i2pd kali kali-linux python python3 server

Last synced: 04 Oct 2025

https://github.com/ate47/s6project---atlas---game

Multiplayer "Zombies" game, server in Java, webapp in JavaScript

game netty server webapp zombies

Last synced: 12 May 2026

https://github.com/4thel00z/installd

Make fancy .run /.sh domains to oneline install your stuff based on user agents ! :-)

automation cicd curl devops hacking install installation server user-agent useragent

Last synced: 04 May 2026

https://github.com/marktawa/template

This is a template repository

css html javascript server sql web

Last synced: 04 May 2026

https://github.com/bishal1121/gin

🌐 Build web applications quickly and easily with Gin, the fast and lightweight web framework for Go. Enjoy high performance and minimal overhead.

admin ai casbin framework gin-api gin-framework gin-middleware go gorm graphql pprof rbac server swagger trace vue vue-admin zap

Last synced: 04 May 2026

https://github.com/rakeshgsekhar/banking_app

Android Banking Application. Study Project with server back end.

android-application java mysql-database php server

Last synced: 04 May 2026

https://github.com/vincenzomarotta/potholes

Respository for project assigned during Laboratory of Operating Systems course @ Università di Napoli Federico II.

android c client java server threadpool threads unix

Last synced: 04 May 2026

https://github.com/pr4j3sh/express

Express Js REST APIs template

api backend express frames nodejs server template

Last synced: 04 May 2026

https://github.com/namangupta123/pizza_delivery_backend

REST API for a Pizza delivery service built with FastAPI, SQLAlchemy and PostgreSQL.

fastapi postgresql rest-api server sqlalchemy-python

Last synced: 04 May 2026

https://github.com/esri/most-recent-cache-iterator-for-geoevent

ArcGIS GeoEvent Server sample Processor to iterate through and playback the most recent cache.

arcgis cache geoevent geoevent-for-server most-recent processor server

Last synced: 04 Oct 2025

https://github.com/michael-free/pscreateadforest

Rapidly create new Active Directory Forests and Domain Controllers.

active-directory automation devops domain-controller powershell powershell-module server windows windows-server

Last synced: 04 May 2026

https://github.com/raisess/arch-pi

This is a collection of scripts and tools to setup a Raspberry PI in a small server using Arch Linux ARM.

arch-linux containers home-server podman raspberry-pi server

Last synced: 04 May 2026

https://github.com/aashari/mcp-server-atlassian-jira

A TypeScript-based Model Context Protocol (MCP) server for Atlassian Jira integration. Provides tools for accessing and managing Jira projects, issues, and content to connect Claude/Anthropic AI systems to Jira project management.

ai ai-connector ai-integration anthropic atlassian claude cli external-tools issue-tracking jira llm mcp mcp-server model-context-protocol project-management resources server tooling tools typescript

Last synced: 12 May 2026

https://github.com/crafthippie/grimson

Minecraft mod pack Grimson

client container docker image minecraft server

Last synced: 09 Mar 2026

https://github.com/ngrogg/nginx-vhost-generator

Boilerplate BASH script for generating an Nginx Vhost.

linux nginx server systemadministration virtualhost-generator

Last synced: 12 May 2026