Skip to content

Alpha 1.69

Compare
Choose a tag to compare
@0x30c4 0x30c4 released this 01 Jun 19:59
· 8 commits to main since this release

TODO: Implement a basic web server with epoll.

* Will support only GET requests only. [Done]
	-Status codes [Done]
	–200_OK [Done]
	-400_BAD_REQUEST [Done]
	–403_FORBIDDEN [Done]
	–404_NOT_FOUND [Done]
	–500_INTERNAL_SERVER_ERRO [Done]
* Serves Files. [Done]
* Will read mime type from a file. [Done]
* Epoll I/O multiplexing. [Done]
* Setup tests and documentation. [Done]

TODO: Implement loadbalencer functionality.

* Reverse Proxy [Done]
* Loadbalencer [Done]

TODO: Dockerize the application. [Done]