faster
Middleware server
A fast and optimized middleware server with a small codebase and various built-in functionalities.
A fast and optimized middleware server with an absurdly small amount of code (300 lines) built on top of native HTTP APIs with no dependencies. It also has a collection of useful middlewares: log file, serve static, CORS, session, rate limit, token, body parsers, redirect, proxy and handle upload. For Deno Deploy and other enviroments!
51 stars
3 watching
9 forks
Language: TypeScript
last commit: about 1 month ago
Linked from 1 awesome list
denomiddlewareserver
Related projects:
Repository | Description | Stars |
---|---|---|
hviana/faster_react | A full-stack React framework with automatic route generation and bundling, suitable for Deno and serverless environments. | 148 |
thomas4019/expressa | Middleware to create and manage APIs with a built-in admin interface for configuration and schema management. | 439 |
zhmushan/dev_server | A command-line tool for setting up and serving web applications during development | 22 |
invisionapp/rye | A small HTTP middleware library with built-in support for common functionality such as CORS and rate limiting. | 102 |
zaiste/wren | A lightweight HTTP library for Deno and Deno Deploy with a simple and convenient API | 77 |
hoangvvo/next-session | A promise-based session middleware solution for Next.js and other web frameworks. | 352 |
joakimunge/denoliver | A small, dependency-free static file server with live reloading for Deno intended for prototyping and Single Page Applications. | 98 |
savory/danet | A backend framework for building efficient Deno server-side applications | 376 |
deno-libs/rpc | A JSONRPC server router for Deno | 24 |
bluespec/awsteria_infra | Middleware for running applications on both host computers and attached FPGAs | 18 |
bcheidemann/with-env | Allows users to run commands with customized environments. | 5 |
predetermined/aqua | A minimal web framework for Deno with built-in support for middlewares and route configuration. | 218 |
cmorten/oak-http-proxy | A middleware proxy for Deno's Oak HTTP servers | 43 |
deno-libs/http_compression | A middleware library that compresses HTTP responses using gzip, deflate, and brotli algorithms. | 38 |
irandeno/coffee | A lightweight configuration utility for Deno applications | 33 |