Skip to content
This repository has been archived by the owner on Apr 19, 2024. It is now read-only.

Commit

Permalink
Merge branch 'main' of github.com:crust-hub/tubekit into main
Browse files Browse the repository at this point in the history
  • Loading branch information
gaowanlu committed Nov 18, 2023
2 parents bbccfcf + dc92c53 commit cd6a5e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
The C++ TCP server framework based on the Reactor model continues to implement POSIX thread pool, Epoll, non blocking IO, object pool, log, socket network programming, support the dynamic library to implement custom protocol extensions, and use http parser to process http requests. Currently only supports Linux systems

Platform: `Linux`
Protocol: `HTTP` `Protobuf` `TCP Stream`
Protocol: `HTTP` `TCP Stream(Protobuf)` `WebSocket(coming soon)`

## Get Start

Expand Down Expand Up @@ -58,4 +58,4 @@ support tcp keep-alive stream (protobuf) and http app (http-parser)
## Third Party

[@http-parser](https://github.com/nodejs/http-parser)
[@yazi](https://github.com/oldjun/yazi)(source of inspiration)
[@lua](https://github.com/lua/lua)

0 comments on commit cd6a5e9

Please sign in to comment.