An Android application which provides a server in local network and other clients can connect through their browsers and donwload files and APKs. You can download APK in here. This is a practice to learn how Http works. It's based on pure sockets and has no library nor any dependency.
- Add a loading page while server is being built.
- Add async responsing feature.
- Add support for Partial Content Responsing. (An important feature that is required in many browser interactions)
- You may not Download anything in tge app itself. Try in a browser instead.