tree: 04d29d4add0b9c678aec30a4a17b8e2043e87f52 [path history] [download]
  1. README.md
  2. http/
  3. lib-server.c
  4. lib-server.h
  5. libasync.c
  6. libasync.h
  7. libbuffer.c
  8. libbuffer.h
  9. libreact.c
  10. libreact.h
  11. makefile
  12. run
  13. tryme.c
  14. v.0.1.0/
src/README.md

Source files

This folder contains the main source files for the Server Writing Tools (for C) 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 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, move all the files to your own project or compile a dynamic/static library (edit the makefile).