Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

Projects in Awesome Lists tagged with asio

A curated list of projects in awesome lists tagged with asio .

https://github.com/eidheim/simple-web-server

A very simple, fast, multithreaded, platform independent HTTP and HTTPS server and client library implemented using C++11 and Boost.Asio. Created to be an easy way to make REST resources available from C++ applications.

asio client cpp http https library rest server web

Last synced: 25 Sep 2024

https://github.com/eidheim/Simple-Web-Server

A very simple, fast, multithreaded, platform independent HTTP and HTTPS server and client library implemented using C++11 and Boost.Asio. Created to be an easy way to make REST resources available from C++ applications.

asio client cpp http https library rest server web

Last synced: 30 Jul 2024

https://github.com/dechamps/flexasio

A flexible universal ASIO driver that uses the PortAudio sound I/O library. Supports WASAPI (shared and exclusive), KS, DirectSound and MME.

asio asio-drivers audio audio-plugin c-plus-plus directsound mme portaudio wasapi windows

Last synced: 30 Sep 2024

https://github.com/dechamps/FlexASIO

A flexible universal ASIO driver that uses the PortAudio sound I/O library. Supports WASAPI (shared and exclusive), KS, DirectSound and MME.

asio asio-drivers audio audio-plugin c-plus-plus directsound mme portaudio wasapi windows

Last synced: 01 Aug 2024

https://github.com/stiffstream/restinio

Cross-platform, efficient, customizable, and robust asynchronous HTTP(S)/WebSocket server C++ library with the right balance between performance and ease of use

asio cplusplus cpp http http-server https library linux rest tls-support websockets windows

Last synced: 30 Sep 2024

https://github.com/Stiffstream/restinio

Cross-platform, efficient, customizable, and robust asynchronous HTTP(S)/WebSocket server C++ library with the right balance between performance and ease of use

asio cplusplus cpp http http-server https library linux rest tls-support websockets windows

Last synced: 01 Aug 2024

https://github.com/yasio/yasio

A multi-platform support c++11 library with focus on asio (asynchronous socket I/O) for any client applications.

android apple asio cpp11 cpp14 cpp17 ios ipv6 js-bindings kcp linux lua-bindings multi-threading socket ssl tcp udp unity3d unrealengine yasio

Last synced: 28 Sep 2024

https://github.com/mkckr0/audio-share

Audio Share can share Windows/Linux computer's audio to Android phone over network, so your phone becomes the speaker of computer. (You needn't buy a new speaker😄.)

android asio audio-stream core-audio-api cpp cpp20-coroutine kotlin netty pipewire

Last synced: 30 Sep 2024

https://github.com/eidheim/Simple-WebSocket-Server

A very simple, fast, multithreaded, platform independent WebSocket (WS) and WebSocket Secure (WSS) server and client library implemented using C++11, Boost.Asio and OpenSSL. Created to be an easy way to make WebSocket endpoints in C++.

asio client cpp library server websocket websocket-secure ws wss

Last synced: 30 Jul 2024

https://github.com/one-click-studio/gabin

Automate camera switching with OBS, Bitfocus Companion and any audio api.

asio atem blackmagic camera-switcher companion obs

Last synced: 01 Aug 2024

https://github.com/basiliscos/cpp-rotor

Event loop friendly C++ actor micro-framework, supervisable

actor actor-framework asio boost cpp17 event-loops

Last synced: 01 Aug 2024

https://github.com/mabrarov/asio_samples

Examples (code samples) describing the construction of active objects on the top of Boost.Asio. A code-based guide for client/server creation with usage of active object pattern by means of Boost C++ Libraries.

asio asynchronous boost c-plus-plus network

Last synced: 01 Aug 2024

https://github.com/sprinfall/webcc

Lightweight C++ HTTP client and server library based on Asio for embedding purpose.

asio beast boost cplusplus cpp http requests rest webcc webservice

Last synced: 03 Aug 2024

https://github.com/0xdead4ead/beasthttp

Provides helper tools for creating RESTful services using Boost.Beast

asio beast boost cpp11 cpp14 http https server

Last synced: 28 Sep 2024

https://github.com/crossbario/autobahn-cpp

WAMP for C++ in Boost/Asio

asio autobahn boost pubsub real-time rpc wamp

Last synced: 30 Jul 2024

https://github.com/yandex/ozo

OZO is a C++17 Boost.Asio based header-only library for asyncronous communication with PostgreSQL DBMS.

asio cpp cpp-library cpp17 header-only pgsql postgres postgresql postgresql-driver

Last synced: 27 Sep 2024

https://github.com/espressif/esp-protocols

Collection of ESP-IDF components related to networking protocols

asio esp-idf esp32 mdns pppos websocket

Last synced: 27 Sep 2024

https://github.com/qchateau/packio

An asynchronous msgpack-RPC and JSON-RPC library built on top of Boost.Asio.

asio async asynchronous boost boost-asio conan coroutines cpp17 cpp20 json json-rpc msgpack msgpack-rpc rpc ssl websockets

Last synced: 26 Sep 2024

https://github.com/romanvm/WsgiBoostServer

Python WSGI/HTTP server written in C++

asio boost cpp http-server https-server python wsgi-server

Last synced: 31 Jul 2024

https://github.com/ruifig/czspas

Minimalistic socket library inspired by Asio/Boost Asio, implemented in 1 single header file

asio cpp sockets tcp

Last synced: 03 Aug 2024

https://github.com/ef-gy/cxxhttp

Asynchronous, Header-only C++ HTTP-over-(TCP|UNIX Socket|STDIO) Library

asio asynchronous clang cpp header-only http http-client http-server stdin stdio stdout unix unix-socket unix-socket-support

Last synced: 03 Aug 2024

https://github.com/sebastian-heinz/portaudio

PortAudio module for godot

asio gamedev godot music portaudio

Last synced: 01 Aug 2024

https://github.com/ess-dmsc/graylog-logger

A simple C++ library for writing log messages to console, file and Graylog server

asio boost cmake conan graylog-logger graylog-server jenkins

Last synced: 26 Sep 2024

https://github.com/kassane/asio

Asio C++ Library (uses zig build-system)

asio asio-library asynchronous cpp cpp-library networking zig-package

Last synced: 02 Aug 2024

https://github.com/kassane/asio-zig

asio (standalone) event-loop to C API - Experimental (uses zig 0.12.0)

asio asio-library asynchronous c concurrency cplusplus cpp ffi-bindings threading zig

Last synced: 01 Oct 2024

https://github.com/johnbasrai/asio-tutorial

Using Boost ASIO with modern C++

asio boost cmake conan modern-cpp

Last synced: 26 Sep 2024

https://github.com/kassane/beast

HTTP and WebSocket built on Boost.Asio in C++11 (uses zig build)

asio boost-library cplusplus cpp network-library websockets zig-package

Last synced: 04 Aug 2024

https://github.com/laateef/xclox

C++11 header-only cross-platform date and time library with an asynchronous NTP client

asio async client clock cmake cpp cpp11 cross-platform date datetime event-driven header-only ntp ntp-client packet query server tdd test-driven-development time

Last synced: 28 Sep 2024

https://github.com/kassane/ebook-net-prog

Fundamentos da Programação de Redes

asio book cpp network-programming portuguese-brazilian

Last synced: 01 Oct 2024

https://github.com/kassane/cobalt

Coroutines for C++20 & asio (uses zig build for testing)

asio async boost-libraries cplusplus cpp zig-package

Last synced: 02 Aug 2024

https://github.com/xukeawsl/asiomp

asiomp can help you to build multi-process tcp server based on c++ asio

asio cpp11 multi-process tcp-server

Last synced: 29 Sep 2024

https://github.com/kassane/picohttpasio

This is a simple HTTP server implemented in C++ using the picohttpparser library for HTTP parsing and the Asio library for network communication.

asio cplusplus cpp http-client http-server web

Last synced: 01 Oct 2024

https://github.com/astrodynamic/exchangequest

ExchangeQuest is a C++ client-server trading exchange system for USD and RUB with order matching, supporting multiple clients and real-time balance updates.

asio asio-library async boost client client-server cmake cpp cpp20 exchange finance gtest networking server socket tcp tcp-client tcp-server trading traiding

Last synced: 28 Sep 2024

https://github.com/xukeawsl/coro_actor

一个基于 Asio C++20 协程开发的简易 Actor 框架

actor-framework asio cpp20

Last synced: 28 Sep 2024