tree: a24caa15dd80377e88c8982ebd2baf7f708f8136 [path history] [download]
  1. README.md
  2. db
  3. http/
  4. lib-server.c
  5. lib-server.h
  6. lib-tls-server.c
  7. lib-tls-server.h
  8. libasync.c
  9. libasync.h
  10. libbuffer.c
  11. libbuffer.h
  12. libreact.c
  13. libreact.h
  14. makefile
  15. mini-crypt-test.c
  16. mini-crypt.c
  17. mini-crypt.h
  18. run
  19. 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.