没有任何数据可供显示
开源项目社区 | 当前位置 : |
|
oss.trustie.net/open_source_projects | 主页 > 开源项目社区 > yavapai |
yavapai
|
0 | 0 | 40 |
贡献者 | 讨论 | 代码提交 |
概述
This is a simple web server I wrote/write for a lecture.
So be informed, it's just a assignment not a try to take over the web server market.
I write the code in C. But I pack everything in server pseudo classes with constructors and all the stuff. So it's very easy to use!
The server only compiles on a UNIX system, because i use the 'file' command and the inotify from the kernel. You need the glib-2.0 too.
Features:
it's based on threads (actually from the glib) it has also a build in chat server (was only for my assignment, it works but it's still 'stupid')
If you want to continue my work feel free. A call would be nice.
Disclaimer: If you have a similar assignment for a lecture, be sure you understand the code.
创建时间:2014-05-11 10:58