Basic server middleware for JavaScript engines.


Keywords
server, http, middleware, session, file, test
License
MIT
Install
npm install serware@0.16.3

Documentation

Serware

NPM Version Build Status Coverage Dependency Status DevDependency Status

🔋 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