Skip to content
This repository has been archived by the owner on Jun 17, 2020. It is now read-only.

Latest commit

 

History

History
15 lines (11 loc) · 467 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 467 Bytes

Reactive HTTP Server

Reactive HTTP server is a library, not a framework, that implements an HTTP server on top of the Reactive Streams specification. The goal is to create a robust HTTP server with minimal dependencies that focuses on doing one thing well.

This project is still experimental and in heavy development.

To-Do

  • Request line parser
  • Header parser (#3)
  • Response line encoder
  • Header encoder
  • Nio server abstraction