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

https://github.com/davidbonnet/serware

🔋 Basic server middelware for JavaScript engines.
https://github.com/davidbonnet/serware

Last synced: about 2 months ago
JSON representation

🔋 Basic server middelware for JavaScript engines.

Awesome Lists containing this project

README

        

# Serware

🔋 Basic server middelware for JavaScript engines.

### Features

- Fast
- Minimal abstraction over the native HTTP library
- Composable asynchronous handlers
- Simple URL and method-based routers
- Store-agnostic session handler
- File handlers and compression support
- Modern and flexible body parser

## Work-in-progress

⚠️ This project is under construction. Use it at your own risk.

### Roadmap

- Multipart and form parser
- Full test coverage
- TypeScript types
- Deno compatibility