Skip to content

NyanSystems/www

Repository files navigation

logo

WWW

C static socket server (fork of @orzklv/neko)

GitHub top language Channel Makefile CI

About

Neko is a C static socket server. 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
  • Redirect map config

Compiling

In order to run the website, just install make, gcc or clang (whatever you want). Then run the following commands:

make
./www # or ./www [port] [redirects.conf]

License

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

About

( =ω=)..nyaa | Fork of @orzklv/neko for NyanSystems

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published