api
API server
A Lisp-based API server
(Deprecated) Turtl API. This is the server that responds to all client requests.
236 stars
27 watching
20 forks
Language: Common Lisp
last commit: about 6 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
turtl/server | Manages user accounts and stores data for Turtl clients, with support for syncing, permissions, and plugins. | 619 |
mmontone/cl-rest-server | Library for building RESTful APIs with Common Lisp | 67 |
syntaqx/serve | A lightweight, customizable HTTP server written in Go. | 334 |
kubernetes/apiserver | Provides a generic framework for building a Kubernetes-style API server with authentication and authorization. | 656 |
ladjs/api | An API server framework for building lightweight web applications with robust error handling and rate limiting. | 4 |
fukamachi/dexador | An HTTP client library for Common Lisp with features like connection pooling and automatic redirection. | 379 |
softwaremill/tapir | A library to describe and automatically document HTTP APIs in a type-safe and declarative way | 1,370 |
sap/openapi-specification | Standardized way to describe HTTP APIs at SAP | 8 |
orthecreedence/wookie | An asynchronous HTTP server written in Common Lisp, designed to serve a web-based documentation site. | 190 |
sachinraja/trpc-bun | A development server for a TypeScript-based tRPC API using Bun as the runtime environment | 64 |
ecyrbe/zodios | A library providing an API client and server with Zod-based validation and auto-completion features for TypeScript applications. | 1,718 |
r-lib/httr | A wrapper around curl that simplifies HTTP interactions in R, providing a standardized interface and features for modern web APIs. | 986 |
izumin5210/grapi | An API server and generator built on top of gRPC in Go | 427 |
etr/libhttpserver | A C++ library for building high-performance RESTful web servers with flexible handler APIs and support for various protocols. | 899 |