🔪 | Just a minimal C proxy server frame with fork for personal use (experiment).
  • C 95.8%
  • Makefile 2.9%
  • CMake 1.3%
Find a file
Sokhibjon Orzikulov c22a246ce6
Update readme.md
2024-01-26 12:16:49 +05:00
.github/workflows Update ci.yml 2023-02-13 17:42:45 +05:00
.clang-format applying clang-format 2023-02-13 20:00:12 +05:00
.gitignore updating gitignore 2023-02-13 20:54:41 +05:00
CMakeLists.txt simplifying project 2023-02-13 19:40:11 +05:00
http.c applying clang-format 2023-02-13 20:00:12 +05:00
http.h Update http.h 2023-02-13 20:10:59 +05:00
license transitioning 2023-07-06 10:40:20 +05:00
main.c simplifying project 2023-02-13 19:40:11 +05:00
Makefile applying clang-format 2023-02-13 20:00:12 +05:00
readme.md Update readme.md 2024-01-26 12:16:49 +05:00

logo

Neko

C static socket server library

GitHub top language Channel Makefile CI

About

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.

Features

  • Extensible
  • Standard Library only
  • Essentials included out of the box
  • Route based kinda MVC
  • Static content hosting

Compiling

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]

License

This project is licensed under the MIT License - see the LICENSE file for details.