All Projects → OpenArkStudio → bsio

OpenArkStudio / bsio

Licence: Apache-2.0 license
better asio wrapper (++asio)

Programming Languages

C++
36643 projects - #6 most used programming language
c
50402 projects - #5 most used programming language
XSLT
1337 projects
perl
6916 projects
Makefile
30231 projects
HTML
75241 projects

Projects that are alternatives of or similar to bsio

Async Redis
[discontinued] An async redis library based on your app's event loop using libevpp and AsIO.
Stars: ✭ 35 (-2.78%)
Mutual labels:  asio
Qtnetworkng
QtNetwork Next Generation. A coroutine based network framework for Qt/C++, with more simpler API than boost::asio.
Stars: ✭ 125 (+247.22%)
Mutual labels:  asio
Omnimidi
A software MIDI synthesizer for professional use.
Stars: ✭ 181 (+402.78%)
Mutual labels:  asio
Luaasio
Simple transparent non-blocking TCP I/O for LuaJIT, Based on Boost.Asio and Lua coroutine.
Stars: ✭ 56 (+55.56%)
Mutual labels:  asio
Cpp Rotor
Event loop friendly C++ actor micro-framework
Stars: ✭ 111 (+208.33%)
Mutual labels:  asio
Boost Asio Study
Examples and toturials for C++ Boost Asio library.
Stars: ✭ 144 (+300%)
Mutual labels:  asio
Audioxtreamer
ASIO driver, Usb Driver, FX2LP Firmware, VHDL Fpga, Schematics & PCB Layout for the AudioXtreamer, a USB 2.0 32ch Audio/Midi interface for retrofitting into digital mixers/interfaces.
Stars: ✭ 22 (-38.89%)
Mutual labels:  asio
Beasthttp
Provides helper tools for creating RESTful services using Boost.Beast
Stars: ✭ 227 (+530.56%)
Mutual labels:  asio
Cpp Bredis
Boost::ASIO low-level redis client (connector)
Stars: ✭ 117 (+225%)
Mutual labels:  asio
Webcc
Lightweight C++ HTTP client and server library based on Asio for embedding purpose.
Stars: ✭ 167 (+363.89%)
Mutual labels:  asio
Foxy
Session-based Beast/Asio wrapper requiring C++14
Stars: ✭ 57 (+58.33%)
Mutual labels:  asio
Gaia
C++ framework for rapid server development
Stars: ✭ 58 (+61.11%)
Mutual labels:  asio
Datamining And Social Sentiment Analysis Based On Weibo
基于微博的数据挖掘与社交舆情分析
Stars: ✭ 149 (+313.89%)
Mutual labels:  asio
Socks server
一个socks服务器的实现.
Stars: ✭ 45 (+25%)
Mutual labels:  asio
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.
Stars: ✭ 2,261 (+6180.56%)
Mutual labels:  asio
Cxxhttp
Asynchronous, Header-only C++ HTTP-over-(TCP|UNIX Socket|STDIO) Library
Stars: ✭ 24 (-33.33%)
Mutual labels:  asio
Ozo
OZO is a C++17 Boost.Asio based header-only library for asyncronous communication with PostgreSQL DBMS.
Stars: ✭ 138 (+283.33%)
Mutual labels:  asio
Autobahn Cpp
WAMP for C++ in Boost/Asio
Stars: ✭ 231 (+541.67%)
Mutual labels:  asio
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.
Stars: ✭ 191 (+430.56%)
Mutual labels:  asio
Amy
A C++11 compliant header-only asynchronous MySQL client library based on Asio. Enables you to work with MySQL in both asynchronous and blocking ways.
Stars: ✭ 152 (+322.22%)
Mutual labels:  asio

bsio

better asio (++asio)

compiler

  • gcc 9.3 in tested
  • msvc 16 in tested (visual studio 2019)

build example

cmake .
make

only install bsio

cmake . -Dbsio_BUILD_EXAMPLES=OFF
sudo make install

install asio

  • Ubuntu
sudo apt-get install -y libasio-dev
  • CentOS
yum install -y asio-devel
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].