POCO
nixpkgs
POCO | nixpkgs | |
---|---|---|
15 | 1,038 | |
9,097 | 21,097 | |
0.9% | 2.1% | |
9.5 | 10.0 | |
16 days ago | about 5 hours ago | |
C++ | Nix | |
THE BOOST SOFTWARE LICENSE 1.0 | MIT License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
POCO
- Poco C++ Libraries: Build High-Performance Cross-Platform Apps for IoT and More
- What are some C++ projects with high quality code that I can read through?
-
What is the best option to do networking in c++?
You can also look into Poco https://pocoproject.org/
-
Is C/C++ good for the backend? If so, is there anything like Fastapi in C/C++?
I can't say enough good stuff about POCO for this type of work - when I first got my teams using it we used to joke that POCO was what Boost wants to be when it grows up. And nlohmann/json - cracking library for working with JSON in C++.
-
HTTP LISTENER C++
We use https://github.com/pocoproject/poco in most projects, very easy to set up a http listener
-
Who is using C++ for web development?
Did someone used Poco's Net Library to create a Rest Api? Poco Project
-
Do someone use CLion under Windows with good performance?
But CLion is so slow. Tested with Poco C++ standard build (https://pocoproject.org/). Moving around with Go To Definition takes sometimes up to 20 seconds if file is first touched. Using 'back' and 'forward' delays for 1-2 seconds.
-
Why am I not able to make https get requests using Poco::Net?
Yes, you need NetSSL - take a look at find_package(Poco REQUIRED COMPONENTS ... NetSSL) requires an aditional find_package(OpenSSL) since poco-10.
-
Can you recommend a good C++ open source project?
poco (portable components) https://pocoproject.org/
- CMake + Poco + FetchContent build options problem
nixpkgs
- Compiler Bootstrapping in Nixpkgs
-
Thunderbird 140 "Eclipse"
I just switched away from it again after it got delisted from nixpkgs due to lack of development[0][1]
[0] https://search.nixos.org/packages?channel=25.05&from=0&size=...
[1] Should be this one https://github.com/NixOS/nixpkgs/pull/351205
- Deep Down the Rabbit Hole: Bash, OverlayFS, and a 30-Year-Old Surprise
- Fun with uv and PEP 723
- Why We're Moving on from Nix
-
I Think It's Time to Give Nix a Chance
The source code is retrieved from the official source of the package, and checked against a hash that is stored in the package definitions. All the package definitions are stored in a large github repository, and they are "code reviewed".
For example, you can see where the xz sources get pulled from in the src section here:
https://github.com/NixOS/nixpkgs/blob/nixos-25.05/pkgs/tools...
As usual, wherever you get your software, if someone at the source sneaks in something malicious and no one notices it it gets in there. NixOs has no special mitigations against that (AFAIK).
But you can be reasonably sure that the binary you have matches the official source of the software, with maybe some reviewed patches to get it to work in Nix's environment.
The binaries are cached, so you don't have to build everything yourself. There is a command to rebuild the software from source yourself. Most packages are reproducible, about 95% of the distributed gnome version:
-
Free high-performance cross-platform game engine
Noticed it wasn't on Nixpkgs, so... https://github.com/NixOS/nixpkgs/pull/399843
- Amazon Q CLI: now available in Nix unstable
-
InitWare, a portable systemd fork running on BSDs and Linux
https://github.com/nixos-bsd/nixbsd This is a very cool project that I hope will get upstreamed into NixOS proper, eventually.
I always thought InitWare would be good for that. See https://github.com/NixOS/nixpkgs/issues/26850 --- we've been discussing this before NixBSD existed, even!
-
The essential guide to installing Amazon Q Developer CLI on Linux (headless and desktop)
If you are currently involved in managing packages for a Linux distribution, then you might want to use the instructions outlined in the GitHub repo to help you build packages for your distributions. My colleague James Ward has recently done this for NixOS (you can see his PR here)
What are some alternatives?
libcurl - A command line tool and library for transferring data with URL syntax, supporting DICT, FILE, FTP, FTPS, GOPHER, GOPHERS, HTTP, HTTPS, IMAP, IMAPS, LDAP, LDAPS, MQTT, POP3, POP3S, RTMP, RTMPS, RTSP, SCP, SFTP, SMB, SMBS, SMTP, SMTPS, TELNET, TFTP, WS and WSS. libcurl offers a myriad of powerful features
zen-kernel - Zen Patched Kernel Sources
Boost.Beast - HTTP and WebSocket built on Boost.Asio in C++11
Home Manager using Nix - Manage a user environment using Nix [maintainer=@khaneliman, @rycee]
C++ REST SDK - The C++ REST SDK is a Microsoft project for cloud-based client-server communication in native code using a modern asynchronous C++ API design. This project aims to help C++ developers connect to and interact with services.
waydroid - Waydroid uses a container-based approach to boot a full Android system on a regular GNU/Linux system like Ubuntu.