Web sevices toolkit

This is a C library for developing cross-platform applications and web-services.
How it started:
I wanted to get something for rapidly designing multi-thread/networking application with keeping cross-platform capabilities (include legacy os, like: OS/2, Solaris 10, Win2003, ...).
As well as having small, easy-to-use, embeddable web-server with extension features (similar to java servlets).
There are libraries, such as: Apache Portable Runtime or libre, which I actively using but they are not always suitable.
The result was this library, which is a combination of ideas from libre, apr and other ones.
This is an open-source project and available on GitHUB


Supported OS:


Basic features:


Building guide:

The library doesn't use any autotool scripts and so on, all the configuration options described in Makefile and wstk-core.h.
Therefore, a building operation looks quite standard: make clean all. After that you'll get two file: libwstk.so and libwstk.a (depends on the target platform).
For examples, just perform: cd examples and make clean all TNAME={name} (make clean all TNAME=list).


Documentations:

will appear soon, still preparing...
Actually most of cases shown in the examples with short descriptions and can be used as a brief manual.