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.
- Host: GitHub
- URL: https://github.com/davidbonnet/serware
- Owner: davidbonnet
- Created: 2020-07-23T12:28:57.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2025-03-17T19:11:31.000Z (3 months ago)
- Last Synced: 2025-03-27T02:38:26.002Z (2 months ago)
- Language: TypeScript
- Homepage:
- Size: 2.67 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
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