tree: f76736c8491b313ac8479c7c51799c13b537248f [path history] [download]
  1. README.md
  2. db
  3. http/
  4. lib-server.c
  5. lib-server.h
  6. libasync.c
  7. libasync.h
  8. libreact.c
  9. libreact.h
  10. libsock.c
  11. libsock.h
  12. makefile
  13. mini-crypt-test.c
  14. mini-crypt.c
  15. mini-crypt.h
  16. run
  17. tryme.c
src/README.md

Folder Hierarchy

This folder (./src) contains the main source files for the (C lang) Server Writing Tools project.

The makefile is designed for writing a new project and not for building a dynamic or static library. It simply compiles all the files in the source folders (./src * ./src/http) and links them.

Edit tryeme.c to test out code using Server Writing Tools, if you wish, either copy the project and use it as a boiler plate, or move the files you want to your own project. It's also possible to compile a dynamic/static library by edit the makefile.

I haven't tested the code for C++ compatibility, but I also feel there are wonderful native C++ alternatives.