Showing 17 open source projects for "asio server"

View related business solutions
  • 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.
  • Automated RMM Tools | RMM Software Icon
    Automated RMM Tools | RMM Software

    Proactively monitor, manage, and support client networks with ConnectWise Automate

    Out-of-the-box scripts. Around-the-clock monitoring. Unmatched automation capabilities. Start doing more with less and exceed service delivery expectations.
  • 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
  • An All-in-One EMR Exclusively for Therapy and Rehab. Icon
    An All-in-One EMR Exclusively for Therapy and Rehab.

    Electronic Medical Records Software

    Managing your therapy and rehab practice is a time-consuming process. You spend hours on paperwork, billing, scheduling, and more. Raintree’s Therapy & Rehab EHR is here to help you manage your practice more efficiently. With our all-in-one solution, you’ll get the tools you need to streamline your therapy and rehab practice, improve patient care, and get back to doing what you love.
  • 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

    YATinyWinFTP

    Simple Fast Windows FTP Server

    YATinyWinFTP Fast and tiny FTP server for Windows At some point I found myself in a need of ftp server for windows to test things. Googling gave me ftpdmin, which is free and really tiny, also opensource. However it struck me as being real slow - downloads on 1GB network were mere 5MB/sec with one core fully busy. Looking inside it was thread per connection and 4kb blocking network calls. Of course I had to roll my own FTP server after that! Uses IOCP via asio, io_service per core...
    Downloads: 1 This Week
    Last Update:
    See Project
  • Control remote support software for remote workers and IT teams Icon
    Control remote support software for remote workers and IT teams

    Raise the bar for remote support and reduce customer downtime.

    ConnectWise ScreenConnect, formerly ConnectWise Control, is a remote support solution for Managed Service Providers (MSP), Value Added Resellers (VAR), internal IT teams, and managed security providers. Fast, reliable, secure, and simple to use, ConnectWise ScreenConnect helps businesses solve their customers' issues faster from any location. The platform features remote support, remote access, remote meeting, customization, and integrations with leading business tools.
  • 10

    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
  • 11
    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
  • 12

    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
  • 13
    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
  • 14
    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
  • 15
    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
  • 16
    This is a project to simplity the development of server for the newbie. The user only need to implement the call back function to make a server program.This model support large-scale user access at the sametime. http://brew2003.googlepages.com/home
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17

    Metard

    A fast TCP server for meteorological information

    Based on the metarp protocol, this server provides the current METAR(meteorological standard information) for clients connecting on the TCP port that it listens. Derived from boost::asio tutorial examples.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • Next