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