Open-Awesome
CategoriesAlternativesStacksSelf-HostedExplore
Open-Awesome

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

TermsPrivacyAboutGitHubRSS
  1. Home
  2. Tags
  3. Backend

Backend

572 projects

Showing 36 of 572 projects

dropwizard-guicier
dropwizard-guicierJava

A Dropwizard bundle that provides seamless integration with Google Guice for dependency injection.

#dependency-injection#java#dropwizard
Stars45
Forks22
Last commit9 months ago
schema
schemaGo

An embeddable Go library for applying database schema migrations using only the standard library.

#devops#database-sql#database-migrations
Stars44
Forks5
Last commit1 month ago
crystalworld
crystalworldCrystal

A RealWorld back-end API implementation built with the Crystal programming language and Onyx framework.

#integration-testing#onyx-framework#twelve-factor
Stars43
Forks5
Last commit5 years ago
versionary
versionaryElixir

Adds API versioning support to Elixir Plug and Phoenix applications via request header verification.

#elixir-lang#elixir#elixir-phoenix
Stars42
Forks3
Last commit5 years ago
lager
lagerErlang

A logging framework for Erlang/OTP that integrates with traditional UNIX logging tools like logrotate and syslog.

#tracing#syslog#otp
Stars42
Forks46
Last commit9 years ago
NetCoreStack.Proxy
NetCoreStack.ProxyC#

A type-safe REST library for .NET Standard 2.0 that simplifies consuming distributed HTTP APIs and microservices across multiple regions.

#http-proxy#rest-client#proxy
Stars42
Forks7
Last commit2 years ago
pocketbase-schema-generator
pocketbase-schema-generatorTypeScript

A PocketBase hook that automatically generates TypeScript interfaces and Zod schemas from your database collections.

#database#developer-tools#type-safety
Stars40
Forks2
Last commit
relay-mongodb-connection
relay-mongodb-connectionJavaScript

Create Relay-compatible GraphQL connections from MongoDB cursors, queries, and aggregates.

#database#relay#graphql
Stars40
Forks13
Last commit8 years ago
straf
strafGo

Convert Go structs to GraphQL objects and build schemas dynamically using struct tags.

#graphql#structs#api-builder
Stars40
Forks6
Last commit6 years ago
Openblox
OpenbloxTypeScript

A strictly typed TypeScript API wrapper for Roblox, supporting both classic and OpenCloud endpoints with full type safety.

#opencloud#roblox#type-safety
Stars40
Forks10
Last commit1 year ago
pb-query
pb-queryTypeScript

A TypeScript query builder for PocketBase providing type safety, autocompletion, and a chainable API.

#query-builder#database#developer-tools
Stars39
Forks1
Last commit14 days ago
Lumen File Manager
Lumen File ManagerPHP

A file manager module for the Lumen PHP framework, providing file upload, storage, and URL generation.

#lumen#doctrine-orm#file-management
Stars38
Forks1
Last commit8 years ago
Population.NET
Population.NETC#

A .NET library for optimizing API data retrieval by allowing clients to specify exactly which fields and relations to populate.

#entity-framework-core#library#api-optimization
Stars38
Forks2
Last commit1 year ago
dropwizard-auth-ldap
dropwizard-auth-ldapJava

A Dropwizard authentication module that adds LDAP support using JNDI and Basic Auth.

#basic-auth#authentication#ldap
Stars37
Forks18
Last commit9 years ago
graphql_relay
graphql_relayElixir

Helper functions for creating Relay-compatible GraphQL schemas in Elixir.

#elixir#api#phoenix
Stars37
Forks9
Last commit8 years ago
ripple-blobvault
ripple-blobvaultJavaScript

A server for storing persistent user data and authentication blobs for Ripple clients.

#data-storage#two-factor-auth#account-recovery
Stars37
Forks37
Last commit2 years ago
Light Java GraphQL
Light Java GraphQLJava

A GraphQL framework built on the light-4j platform for creating high-performance, secure GraphQL services in Java.

#graphql-validator#api-framework#relay
Stars37
Forks7
Last commit15 days ago
rclient
rclientGo

A minimalistic, extensible REST client library for Go applications with built-in JSON support.

#rest#rest-client#client
Stars36
Forks3
Last commit6 years ago
go-scheduler
go-schedulerGo

A lightweight Go task scheduler with cron syntax, task dependency chains, and failure strategy control.

#task-scheduler#workflow-automation#goroutines
Stars36
Forks6
Last commit1 month ago
phalcon-json-api-package
phalcon-json-api-packagePHP

A Composer package for building JSON:API compliant APIs with the Phalcon PHP framework.

#json-api#orm#api-framework
Stars36
Forks12
Last commit7 years ago
tome
tomeGo

A Go package for paginating simple RESTful APIs with performance and ease of use in mind.

#http-handler#json-api#api-pagination
Stars35
Forks3
Last commit4 years ago
FileMaker
FileMakerSwift

A standalone Swift wrapper for the FileMaker XML Web publishing interface, enabling programmatic access to FileMaker Server databases.

#database#perfect#swift-package-manager
Stars35
Forks9
Last commit7 years ago
Resoursea
ResourseaGo

A high-productivity REST framework for Go that maps Go structs to resources with automatic routing and dependency injection.

#go-structs#dependency-injection#api-development
Stars34
Forks4
Last commit11 years ago
Slim Config
Slim ConfigPHP

A configuration loader for Slim Framework supporting PHP, INI, XML, JSON, and YML files.

#yaml#dependency-injection#ini
Stars33
Forks7
Last commit4 years ago
mlog
mlogGo

A simple Go logging module with rotating file support and console output.

#file-logging#console-logging#golang-library
Stars33
Forks18
Last commit8 years ago
plot
plotElixir

A GraphQL parser and resolver for Elixir, aiming to support the full GraphQL specification.

#elixir#api#graphql
Stars32
Forks2
Last commit10 years ago
funnel
funnelElixir

A streaming API built on Elasticsearch percolation for real-time document matching and user notifications.

#elixir#api-server#streaming-api
Stars32
Forks4
Last commit10 years ago
JSData RethinkDB
JSData RethinkDBJavaScript

RethinkDB adapter for the JSData Node.js ORM, enabling seamless database integration.

#orm#database-adapter#data-modeling
Stars32
Forks5
Last commit9 years ago
fiber
fiberGo

A Fiber HTTP driver for the Goravel framework's routing module, enabling high-performance routing with Fiber.

#gofiber#high-performance#http-driver
Stars31
Forks10
Last commit4 days ago
rxjs-common
rxjs-commonTypeScript

A collection of useful RxJS operators for common reactive programming patterns like caching, filtering, and array manipulation.

#functional-programming#observables#reactive-programming
Stars31
Forks2
Last commit9 months ago
goscaf
goscafGo

An interactive CLI tool that generates opinionated, production-ready Go project boilerplate with configurable frameworks, databases, and infrastructure.

#cli-app#boilerplate-generator#developer-tools
Stars31
Forks3
Last commit1 month ago
Simple Hexagonal Architecture PoC API
Simple Hexagonal Architecture PoC APIGo

A proof-of-concept REST API for managing patient records built with Go and PostgreSQL.

#crud#rest#api
Stars31
Forks11
Last commit5 years ago
JeffQL
JeffQLPython

A FastAPI-based authentication and login API using GraphQL and JWT for secure user management.

#fastapi#asyncio#authentication
Stars31
Forks7
Last commit2 years ago
PhREST API
PhREST APIPHP

A Phalcon PHP REST API package implementing Apigee's web API design guidelines.

#sdk-generation#rest-api#phalcon
Stars30
Forks8
Last commit5 years ago
neo4j
neo4jGo

A Go client library for interacting with Neo4j's REST API, enabling programmatic database operations.

#database-driver#rest-api#client-library
Stars29
Forks7
Last commit11 years ago
Lit
LitGo

An expressive and fast HTTP framework for Go, built on httprouter for high performance and simplicity.

#http-server#httprouter#api-server
Stars29
Forks2
Last commit2 years ago
PreviousPage 13 of 16Next

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
8 months ago
#Go102
#Rest Api100
#Php85
#Api77
#Web Development75
#Graphql69
#Golang68
#Nodejs61
#Web Framework61
#Typescript53
#Database47
#Authentication44