Nano Server is a small-scale I/O multiplexing program framework written using epoll and following the reactor pattern. It is designed to be adaptable for various communication protocols such as HTTP and socket connections.
- Utilizes epoll for I/O multiplexing.
- Follows the reactor pattern for handling events.
- Designed to be extensible for supporting different communication protocols.