Showing 14 open source projects for "asio server"

View related business solutions
  • Red Hat Enterprise Linux on Microsoft Azure Icon
    Red Hat Enterprise Linux on Microsoft Azure

    Deploy Red Hat Enterprise Linux on Microsoft Azure for a secure, reliable, and scalable cloud environment, fully integrated with Microsoft services.

    Red Hat Enterprise Linux (RHEL) on Microsoft Azure provides a secure, reliable, and flexible foundation for your cloud infrastructure. Red Hat Enterprise Linux on Microsoft Azure is ideal for enterprises seeking to enhance their cloud environment with seamless integration, consistent performance, and comprehensive support.
  • Business Continuity Solutions | ConnectWise BCDR Icon
    Business Continuity Solutions | ConnectWise BCDR

    Build a foundation for data security and disaster recovery to fit your clients’ needs no matter the budget.

    Whether natural disaster, cyberattack, or plain-old human error, data can disappear in the blink of an eye. ConnectWise BCDR (formerly Recover) delivers reliable and secure backup and disaster recovery backed by powerful automation and a 24/7 NOC to get your clients back to work in minutes, not days.
  • 1
    asio is a cross-platform C++ library for network and low-level I/O programming that provides developers with a consistent asynchronous model using a modern C++ approach.
    Leader badge
    Downloads: 2,864 This Week
    Last Update:
    See Project
  • 2
    Winamp ASIO plugin

    Winamp ASIO plugin

    ASIO output module for winamp media player & SRD file resampler

    ... track, the SRD Resampler is now also available as a Windows and Linux program for upsampling and saving audio files. <<< Test and development system: 64-bit Windows Server 2008 R2 (Windows 7) and Windows 10 with Winamp 5 // Texas Instruments XIO2213A 1394b OHCI (Firewire) card // MOTU UltraLite mk3 hybrid, Apogee Rosetta 200 sound card. Homepage on sourceforge: https://winamp-asio-plugin.sourceforge.io
    Downloads: 50 This Week
    Last Update:
    See Project
  • 3
    RESTinio

    RESTinio

    HTTP/WebSocket server C++14 library

    RESTinio is a header-only C++14 library that gives you an embedded HTTP/WebSocket server. It is based on the standalone version of ASIO and is targeted primarily for the asynchronous processing of HTTP requests. Since v.0.4.1 Boost::ASIO (1.66 or higher) is also supported. Consider the task of writing a C++ application that must support some REST API, RESTinio represents our solution for that task. Server runs on the main thread, and responds to all requests with a hello-world message...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Moon

    Moon

    A lightweight game server framework implemented with Actor Model

    Moon is a lightweight game server framework based on the actor model. One worker thread can have one or more actors (services), which communicate with each other through message queues. There are many features for game server development.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Finance Automation that puts you in charge Icon
    Finance Automation that puts you in charge

    Tipalti delivers smart payables that elevate modern business.

    Our robust pre-built connectors and our no-code, drag-and-drop interface makes it easy and fast to automatically sync vendors, invoices, and invoice payment data between Tipalti and your ERP or accounting software.
  • 5
    WebSocket ++

    WebSocket ++

    C++ websocket client/server library

    ... (The WebSocket Protocol) and RFC7692 (Compression Extensions for WebSocket). It allows integrating WebSocket client and server functionality into C++ programs. In its most common configuration full featured network I/O is provided by the Asio Networking Library. Bundled config packages provide sane defaults so most users can get started quickly. As they understand their solution better and want to optimize, the default components can be reconfigured or replaced entirely and transparently.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 6

    asapp

    Asynchronous application framework built upon boost Asio

    Asapp is a framework for developing applications using the boost asio library. It has everything you need to quickly get an asio based application up and running so that you can focus on the application logic and not the asio plumbing. Asapp provides a number of classes to extend the feature set of asio. It strives to fit alongside the asio library and it tries not to limit access to any features.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Simple-WebSocket-Server

    Simple-WebSocket-Server

    WebSocket (WS) and WebSocket Secure (WSS) server and client library

    A very simple, fast, multithreaded, platform-independent WebSocket (WS) and WebSocket Secure (WSS) server and client library implemented using C++11, Asio (both Boost.Asio and standalone Asio can be used) and OpenSSL. Created to be an easy way to make WebSocket endpoints in C++.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 8
    Simple-Web-Server

    Simple-Web-Server

    A very simple, fast, multithreaded, platform independent HTTP and HTTP

    A very simple, fast, multithreaded, platform-independent HTTP and HTTPS server and client library implemented using C++11 and Asio (both Boost.Asio and standalone Asio can be used). Created to be an easy way to make REST resources available from C++ applications. See particularly the JSON-POST (using Boost.PropertyTree) and the GET /match/[number] examples, which are most relevant. Before running the server, an RSA private key (server.key) and an SSL certificate (server.crt) must be created...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9

    AsioExpress

    Application framework for the boost asio library.

    NOTICE: This project has transitioned to a new project called asapp that is better formatted to reflect standard C++ libraries. AsioExpress is a framework for developing applications using the boost asio library. It has everything you need to quickly get an asio based application up and running so that you can focus on the application logic and not the asio plumbing. AsioExpress provides a number of classes to extend the feature set of asio. It strives to fit alongside the asio library...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Gain insights and build data-powered applications Icon
    Gain insights and build data-powered applications

    Looker is an enterprise platform for BI, data applications, and embedded analytics that helps you explore and share insights in real time.

    Chat with your business data with Looker. More than just a modern business intelligence platform, you can turn to Looker for self-service or governed BI, build your own custom applications with trusted metrics, or even bring Looker modeling to your existing BI environment.
  • 10
    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.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    Unified Communication Protocol Library

    High-level C++ TCP server framework

    Unicomm is a multiplatform C++ framework that allows to create custom network protocols over TCP transport. Unicomm takes care about communication details to make focus on business logic. It is based on Asio. SSL is also supported. Please, more details available on http://libunicomm.org.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    CSF is a framework designed to help creating client/server programs with ease. It uses boost::asio boost::thread extensively under the hood.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    easyasio is a cross-platform library uses asio for asynchronous TCP/UDP server/client. You can move from TCP to UDP/UDP to TCP without chaining your code at all, and it has connection pool/manager to handle clients connection/disconnection and messages
    Downloads: 1 This Week
    Last Update:
    See Project
  • 14
    bftp is a command-line FTP client and server library written in C++ with heavy use of various Boost libraries such as asio and filesystem. It can be used standalone on the command-line.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • Next