truongduy134 / HTTP_ServerLinks
Implement a multi-threaded HTTP web server based on boss-worker thread pattern in C, using pthread library.
☆12Updated 13 years ago
Alternatives and similar repositories for HTTP_Server
Users that are interested in HTTP_Server are comparing it to the libraries listed below
Sorting:
- libevent based multi-threaded web server☆20Updated 9 years ago
- A custom, multi-threaded HTTP web server☆35Updated 12 years ago
- a light-weight event loop based on epoll☆23Updated 8 years ago
- HTTP服务器,C语言描述☆70Updated 9 years ago
- a tiny nosql database supporting pluggable storage engine.☆40Updated 8 years ago
- clone from alibaba tb-common-util http://code.taobao.org/svn/tb-common-utils/☆16Updated 9 years ago
- ZooKeeper练习代码☆20Updated 11 years ago
- A distributed key-value store☆31Updated 7 years ago
- 用C++实现的一个简单NoSQL☆15Updated 9 years ago
- 2017春季MIT分布式系统课程实验☆18Updated 5 years ago
- leveldbd是一个nosql数据库,底层使用leveldb作为存储引擎,提供REST接口☆12Updated 10 years ago
- libtask annotation☆25Updated 9 years ago
- Simple Syntax-Directed Interpreter for a subset of SQL☆13Updated 14 years ago
- Multithreaded server design using threadpool on linux☆19Updated 10 years ago
- a distributed storage engine☆90Updated 9 years ago
- an efficient web/http server...(multi-thread && non-blocking I/O && epoll)☆46Updated 9 years ago
- Key-Value/Document store database library with btree and ARTree indexing methods, SSN-MVCC concurrency☆75Updated 4 years ago
- 简单的ftp服务器,支持断点续传,用最小堆定时器进行空闲断开☆10Updated 9 years ago
- ☆155Updated 12 years ago
- A simple high performance http server based on epoll☆96Updated 12 years ago
- redis's async event loop library☆189Updated 6 years ago
- B+tree database☆15Updated 11 years ago
- ☆13Updated 8 years ago
- Package lsbasi trying to rewrite the Interpreters of the 《Let's Build A Simple Interpreter》 series by Golang.☆10Updated 7 years ago
- A high concurrent network components implemented by coroutine, performance better than nginx☆26Updated 3 years ago
- libpaxos的注释版本☆34Updated 11 years ago
- An attempt to split the Raft library out of LogCabin☆37Updated 8 years ago
- Simple HTTP server inspired by Tornado Web Server☆57Updated 12 years ago
- A hobby OS☆54Updated 4 years ago
- A high performance, single threaded, HTTP/1.1 server written in C++ as a learning tool. Uses kqueue for event management, therefore is *…☆80Updated 10 months ago