minimalistic http-server for static pages
- Boost 1.69 or newer
Boost 1.65 or older is incompatible. Regarding updating Boost on Ubuntu 16/18, look here. Uninstallation of previous boost-dev packages might be necessary.
- CMake 3.10 or newer
-
Clone project.
-
Compile project.
mkdir build && cd build cmake -G"Unix Makefiles" .. make
-
Run async specifying at least wanted port and a path for served documents. Run with
--help
to learn more about command line options.Example:
async -p 8080 /srv/http
-
Enjoy! 🎉
Simply open the webpage in the browser 🌐
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Volodymyr Chernetskyi | Hermann Yavorskyi |
chernetskyi | wardady |
Andrii Koval | Petro Franchuk |
andrwkoval | franchukpetro |
Oleg Farenyuk | Yulianna Tymchenko |
indrekis | neverlandjt |
See also the list of contributors who participated in this project.
This project is licensed under the MIT License.
© 2019 Volodymyr Chernetskyi, Hermann Yavorskyi, Andrii Koval, Petro Franchuk, Yulianna Tymchenko, Oleg Farenyuk