Skip to content

🔪 | Just a minimal C proxy server frame with fork for personal use (experiment)

License

Notifications You must be signed in to change notification settings

dark-voyage/neko

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

🔪 | Just a minimal C proxy server frame with fork for personal use (experiment)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published