C static socket server library
Neko is a C static socket server library made for rustlib. It uses the standard library only, so it's easy to compile and run. It's also extensible, so you can add your own functions to the server.
I host all contents statically, so you may correct me up by sending a pull request.
- Extensible
- Standard Library only
- Essentials included out of the box
- Route based kinda MVC
- Static content hosting
In order to run the website, just install make, gcc or clang (whatever you want). Then run the following commands:
make
./neko # or ./neko [port]
This project is licensed under the MIT License - see the LICENSE file for details.