truongduy134 / HTTP_ServerLinks
Implement a multi-threaded HTTP web server based on boss-worker thread pattern in C, using pthread library.
☆11Updated 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☆19Updated 9 years ago
- A high concurrent network components implemented by coroutine, performance better than nginx☆26Updated 2 years ago
- A custom, multi-threaded HTTP web server☆35Updated 12 years ago
- Using the etcd raft☆13Updated 10 years ago
- Package lsbasi trying to rewrite the Interpreters of the 《Let's Build A Simple Interpreter》 series by Golang.☆10Updated 7 years ago
- NoSQL storage System with Redis protocol, on top of LevelDB,☆37Updated 11 years ago
- research nginx. windows compile and module coding.☆14Updated 9 years ago
- C++ network library☆10Updated 10 years ago
- a tiny nosql database supporting pluggable storage engine.☆40Updated 7 years ago
- libtask annotation☆25Updated 9 years ago
- An attempt to split the Raft library out of LogCabin☆37Updated 8 years ago
- 每次分享活动相关的材料☆10Updated 10 years ago
- ☆13Updated 8 years ago
- a light-weight event loop based on epoll☆23Updated 8 years ago
- async C client library for NSQ☆79Updated 5 years ago
- A distributed key-value store☆31Updated 7 years ago
- redis's async event loop library☆189Updated 5 years ago
- Multithreaded server design using threadpool on linux☆19Updated 9 years ago
- A simple high performance http server based on epoll☆95Updated 12 years ago
- Linux commands written in Go.☆27Updated 6 years ago
- A header-only C++ wrapper of libevent2☆29Updated 10 years ago
- A library implements REDIS commands(Strings, Hashes, Lists, Sorted Sets, Sets, Keys, HyperLogLog) based on rocksdb