# 2022-08-04 17:57:38.558036 UTC (+0000) Libgcgi now an official bitreich project. One of the results of our geomyidae hackathon is libgcgi: git://bitreich.org/libgcgi It is written by josuah. Thank you for doing so! The project matured in just a week to be now an official bitreich project. See what you can do with it in the example/index.c file: static struct gcgi_handler handlers[] = { { "/", index_handler }, { "/some/rest/dir/*", rest_handler }, }; He added some nice variable handling functions too. Maybe your next project is written in it! (D)CGI scripts in C are ultra fast and scale easily. Have fun using it! Sincerely yours, 20h Master Project Manager (MPM)