Home
Softono
rea

rea

Open source MIT C
14
Stars
4
Forks
9
Issues
1
Watchers
9 years
Last Commit

About rea

An event-driven, toy HTTP server

Platforms

Web Self-hosted

Languages

C

Links

rea

rea is a toy HTTP/1.1 server written in C.

It has an event-driven architecture using epoll and can handle many concurrent clients efficiently within a single thread.

It's nowhere near functional yet and just parses requests and writes dummy responses back.

Roadmap: [x] Switch from select(2) to epoll(7)

  • Link with mruby and define request handlers in it
  • IPv6 support
  • Unix domain sockets support

LICENSE

See MIT-LICENSE.