windmap | nsblast | |
---|---|---|
1 | 5 | |
7 | 3 | |
- | - | |
3.2 | 6.7 | |
over 2 years ago | 4 months ago | |
C++ | HTML | |
- | GNU General Public License v3.0 only |
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.
windmap
nsblast
-
C++ Show and Tell - December 2023
nsblast
-
is it ok to put library source code folder in your project folder to build them together?
Example from one of my projects: https://github.com/jgaa/nsblast/blob/main/cmake/3rdparty.cmake
-
REST APIs using C++. (Is this even done much?)
Yahat-cpp: Simple HTTP/API server library for use in C++ micro-services. This was just some code that kept evolving inside various projects, so I distilled it to a separate project to make it simpler to maintain. For an example of a real server using it, you cal look at nsblast, a new DNS server I'm implementing.
-
Has anyone embedded a web-UI into a C++ project?
I hope this question is not too off-topic here. I'm a bit lost. I'm working on a C++ project (a DNS server). It exposes a REST API via an embedded, very simple HTTP server. I have added swagger to document the API, and to test it from a browser. Now, I want to provide a simple web-UI to the application. I don't want this to become a major task, and ideally I want either a UI that lives as some simple js/css/http files in the browser, (so it can be served as a static website on the server-side like swagger) - or some simple to use back-end library in C++ that can drive the web-UI. In short, I hope to find a way to do this where I can have a POC ready in <= a week, and where I don't have to spend lot's of time learning some js framework.
-
Ask HN: Who is using C++ as the main language for new project?
I'm using C++ for most of my projects, because I like it. It's also what I do for a living. The latest new open source project I initiated is a dns server, nsblast, using rocksdb for storage. https://github.com/jgaa/nsblast
The (side) project I have put most effort into in the last year is k8deployer, a helm like utility that can deploy simple and complex applications in kubernetes with minimal effort. https://github.com/jgaa/k8deployer
In these projects I don't use other languages. C++ is the only language where I easily get into "flow".
What are some alternatives?
awesome-modern-cpp - A collection of resources on modern C++
LoopModels - "Full speed or nothing." - James Hetfield
strong_typedefs - A strong_typedef implementation for C++ with selective operator overloads.
godot-3.x-modules - Custom modules for Godot 3.x
yahat-cpp - Yet Another Http API Thing - A trivial HTTP server for simple REST API's in C++ projects
gui_starter_template - A template CMake project to get you started with C++ and tooling
restc-cpp - Modern C++ REST Client library
k8deployer - An experimental deployer for kubernetes apps for developers who are too lazy (or busy) to learn Helm.
lithium - Easy to use C++17 HTTP Server with no compromise on performances. https://matt-42.github.io/lithium
Wt - Wt, C++ Web Toolkit
MathAnimation - A simple C++/OpenGL application to create quick and dirty mathematically accurate animations