yahat-cpp

Yet Another Http API Thing - A trivial HTTP server for simple REST API's in C++ projects (by jgaa)

Yahat-cpp Alternatives

Similar projects and alternatives to yahat-cpp

  1. Wt

    Wt, C++ Web Toolkit

  2. CodeRabbit

    CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.

    CodeRabbit logo
  3. cpp-httplib

    A C++ header-only HTTP/HTTPS server and client library

  4. Crow

    A Fast and Easy to use microframework for the web. (by CrowCpp)

  5. Oat++

    🌱Light and powerful C++ web framework for highly scalable and resource-efficient web application. It's zero-dependency and easy-portable.

  6. RapidJSON

    A fast JSON parser/generator for C++ with both SAX/DOM style API

  7. restc-cpp

    Modern C++ REST Client library

  8. mstch

    mstch is a complete implementation of {{mustache}} templates using modern C++

  9. InfluxDB

    InfluxDB high-performance time series database. Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems.

    InfluxDB logo
  10. 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.

  11. nsblast

    Massively scalable authorative DNS server

  12. RESTinCurl

    Modern C++ header only library wrapper around libcurl

  13. lithium

    Easy to use C++17 HTTP Server with no compromise on performances. https://matt-42.github.io/lithium (by matt-42)

  14. beauty

    Experimental general HTTP 1.1 and 2 server and client library using C++20. (by jgaa)

  15. DPP

    5 yahat-cpp VS DPP

    C++ Discord API Bot Library - D++ is Lightweight and scalable for small and huge bots!

  16. Pistache

    A high-performance REST toolkit written in C++

  17. userver

    Production-ready C++ Asynchronous Framework with rich functionality

  18. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better yahat-cpp alternative or higher similarity.

yahat-cpp discussion

Log in or Post with

yahat-cpp reviews and mentions

Posts with mentions or reviews of yahat-cpp. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-03-29.
  • REST APIs using C++. (Is this even done much?)
    13 projects | /r/cpp | 29 Mar 2023
    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?
    5 projects | /r/cpp_questions | 19 Mar 2023
    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.

Stats

Basic yahat-cpp repo stats
2
8
8.0
22 days ago

jgaa/yahat-cpp is an open source project licensed under MIT License which is an OSI approved license.

The primary programming language of yahat-cpp is C++.


Sponsored
CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai

Did you know that C++ is
the 7th most popular programming language
based on number of references?