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: almost 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. | 617 |
mmontone/cl-rest-server | Library for building RESTful APIs with Common Lisp | 67 |
syntaqx/serve | A lightweight, customizable HTTP server written in Go. | 335 |
kubernetes/apiserver | Provides a generic framework for building a Kubernetes-style API server with authentication and authorization. | 654 |
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. | 377 |
softwaremill/tapir | A library to describe and automatically document HTTP APIs in a type-safe and declarative way | 1,366 |
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. | 189 |
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,696 |
r-lib/httr | A wrapper around curl that simplifies HTTP interactions in R, providing a standardized interface and features for modern web APIs. | 985 |
argumentcomputer/lurk-lisp | A Lisp implementation of Lurk's API without proof mechanisms | 67 |
izumin5210/grapi | A framework for building gRPC and Go microservices with automatic code generation | 427 |
etr/libhttpserver | A C++ library for building high-performance RESTful web servers with flexible handler APIs and support for various protocols. | 896 |