awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
Tradias avatar

Tradias/asio-grpc

0
View on GitHub↗
467 stars·42 forks·C++·Apache-2.0·7 viewstradias.github.io/asio-grpc↗

Asio Grpc

Asynchronous gRPC with Asio/unified executors

Features

  • Cpp Frameworks - Asynchronous gRPC integration with Asio or libunifex.
  • Web and Networking - Asynchronous gRPC integration with unified executors.

Star history

Star history chart for tradias/asio-grpcStar history chart for tradias/asio-grpc

How this analysis was created: This summary and feature list were written by an AI model that read the project's README and public documentation pages. Each feature links to the documentation it came from; stars, license and language come straight from the GitHub API. The model does not read the source code, and the analysis is refreshed when the project is re-analysed. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Open-source alternatives to Asio Grpc

Similar open-source projects, ranked by how many features they share with Asio Grpc.
  • max-mapper/art-of-nodemax-mapper avatar

    max-mapper/art-of-node

    9,873View on GitHub↗

    This project is a curated educational guide and instructional resource for the Node.js runtime environment. It serves as a comprehensive introduction to core concepts, including asynchronous programming tutorials, network application primers, and guides on the module system and stream API. The material focuses on the fundamental building blocks of server-side development, specifically how to create reusable code packages and manage project dependencies via a module manifest. It provides detailed instruction on building programs that communicate over HTTP and TCP protocols to exchange data acr

    JavaScript
    View on GitHub↗9,873
  • benjamindblock/odin-mustachebenjamindblock avatar

    benjamindblock/odin-mustache

    38View on GitHub↗

    Native implementation of {{mustache}} templates in Odin.

    Odin
    View on GitHub↗38
  • chriskohlhoff/asiochriskohlhoff avatar

    chriskohlhoff/asio

    5,896View on GitHub↗

    Asio is a C++ library for performing network and low-level I/O operations using a consistent asynchronous model that avoids blocking program execution. It provides a portable, cross-platform interface for network socket communication across different operating systems, and manages multiple asynchronous operations without requiring explicit thread management or locking. The library implements a proactor-based asynchronous model where operations post completion handlers to a queue for later execution, and wraps operating system I/O multiplexing mechanisms like epoll, kqueue, IOCP, and select in

    C++
    View on GitHub↗5,896
  • archetype-dynamics/ostrichdb-cliA

    Archetype-Dynamics/OstrichDB-CLI

    0View on GitHub↗

    Built from scratch, the OstrichDB engine powers the OstrichDB CLI—a lightweight yet powerful database management tool for your terminal. Written in Odin, it features an intuitive query structure, hierarchical data organization, and built-in security systems, making it ideal for anyone seeking an…

    View on GitHub↗0
See all 27 alternatives to Asio Grpc→

Frequently asked questions

What does tradias/asio-grpc do?

Asynchronous gRPC with Asio/unified executors

What are the main features of tradias/asio-grpc?

The main features of tradias/asio-grpc are: Cpp Frameworks, Web and Networking.

What are some open-source alternatives to tradias/asio-grpc?

Open-source alternatives to tradias/asio-grpc include: max-mapper/art-of-node — This project is a curated educational guide and instructional resource for the Node.js runtime environment. It serves… benjamindblock/odin-mustache — Native implementation of {{mustache}} templates in Odin. chriskohlhoff/asio — Asio is a C++ library for performing network and low-level I/O operations using a consistent asynchronous model that… fawdlstty/libfv — libfv is C++20 header-only network library, support TCP/SSL/Http/websocket server and client. gmlc-tdc/netif — Header-only C++14 library for getting addresses associated with network interfaces without name lookups on Windows,… archetype-dynamics/ostrichdb-cli — Built from scratch, the OstrichDB engine powers the OstrichDB CLI—a lightweight yet powerful database management tool…