atreugo
High performance and extensible micro web framework. Zero memory allocations in hot paths.
How to download and setup atreugo
Open terminal and run command
git clone https://github.com/savsgio/atreugo.git
git clone is used to create a copy or clone of atreugo repositories.
You pass git clone a repository URL. it supports a few different network protocols and corresponding URL formats.
Also you may download zip file with atreugo https://github.com/savsgio/atreugo/archive/master.zip
Or simply clone atreugo with SSH
[email protected]:savsgio/atreugo.git