You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -314,7 +314,7 @@ A curated list of awesome C/C++ frameworks, libraries, resources, and shiny thin
314
314
*[net_skeleton](https://github.com/cesanta/net_skeleton) - TCP client/server library for C/C++. [GPLv2]
315
315
*[nope.c](https://github.com/riolet/nope.c) - A C language-based ultra-light software platform for scalable server-side and networking applications. Think node.js for C programmers. [GPLv2]
316
316
*[Onion](https://github.com/davidmoreno/onion) - HTTP server library in C designed to be lightweight and easy to use. [Apache2/GPLv2]
317
-
*[POCO](http://pocoproject.org/)- C++ class libraries and frameworks for building network- and internet-based applications that run on desktop, server, mobile and embedded systems. [Boost]
317
+
*[POCO](https://github.com/pocoproject):star:- C++ class libraries and frameworks for building network- and internet-based applications that run on desktop, server, mobile and embedded systems. [Boost][website](http://pocoproject.org/)
318
318
*[Tufão](https://github.com/vinipsmaker/tufao) - An asynchronous web framework for C++ built on top of Qt. [LGPLv2]
319
319
*[WebSocket++](https://github.com/zaphoyd/websocketpp) - C++/Boost Asio based websocket client/server library. [BSD]
320
320
*[ZeroMQ](http://zeromq.org/) - High-speed, modular asynchronous communication library. [LGPL]
@@ -399,7 +399,7 @@ A curated list of awesome C/C++ frameworks, libraries, resources, and shiny thin
399
399
*[cxx-prettyprint](https://github.com/louisdx/cxx-prettyprint) - A pretty printing library for C++ containers. [Boost]
400
400
*[DynaPDF](http://www.dynaforms.com/) - An easy-to-use PDF generation library. [Commercial]
401
401
*[googlemock](http://code.google.com/p/googlemock/) - A library for writing and using C++ mock classes. [BSD]
402
-
*[HTTP Parser](https://github.com/joyent/http-parser) - A http request/response parser for C. [MIT]
402
+
*[HTTP Parser](https://github.com/joyent/http-parser):star:- A http request/response parser for C. [MIT]
403
403
*[libcpuid](https://github.com/anrieff/libcpuid) - A small C library for x86 CPU detection and feature extraction. [BSD]
404
404
*[libevil](https://github.com/avati/libevil) - The Evil License Manager. [GPLv3]
405
405
*[libusb](http://www.libusb.org/) - A universal USB library which allows for portable access to USB devices. [LGPLv2]
0 commit comments