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

cjhowedev/reactive-http-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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