- https://en.wikipedia.org/wiki/OSI_model
- Make an app that listens on port 8080 and just prints what a client sends then check what a client(browser) is requesting
- Make a request on a normal server e-spres-oh.com
- Replicate in our application. Voilla. We should have a webserver that supports get method for any URI
- Process each request in threads
- Check what is being requested
- Add support for more languages
P.S: Code is supposed to be trashy for academic purposes...