36 programs for "nio" with 1 filter applied:

  • 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.
  • Email and SMS Marketing Software Icon
    Email and SMS Marketing Software

    Boost Sales. Grow Audiences. Reduce Workloads.

    Our intuitive email marketing software to help you save time and build lasting relationships with your subscribers.
  • 1
    Neotest

    Neotest

    An extensible framework for interacting with tests within NeoVim

    A framework for interacting with tests within NeoVim. For any runner without an adapter you can use neotest-vim-test which supports any runner that vim-test supports. The vim-test adapter does not support some of the more advanced features such as error locations or per-test output. If you're using the vim-test adapter then install vim-test too.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Lettuce

    Lettuce

    Advanced Java Redis client for thread-safe sync, async, etc.

    Build elastic data access. Lettuce is a scalable Redis client for building non-blocking Reactive applications. Lettuce is a fully non-blocking Redis client built with netty providing Reactive, Asynchronous and Synchronous Data Access. Lettuce provides asynchronous API with RedisFuture (CompletionStage) and Reactive types Flux [N] and Mono [0|1]. Low-latency communication, backpressure-enabled network engine for NIO TCP, epoll TCP and Unix Domain Sockets. Reactive Streaming is fully supported...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3

    Joplin I/O Library

    A Java Library for Improved I/O

    Joplin aims to provide improved I/O for the Java programming language. While the Java class library is extensive, its framework for performing complex I/O operations is missing several features, including comprehensive binary I/O. This notably includes classes for working with binary files, facilities for working with different encodings, and utilities for marshalling between Streams and NIO Channels.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    CoffeeWebServer

    CoffeeWebServer

    An http 1.1 server written in Java

    NIO HTTP/1.1 Web Server with support for multi-part forms, custom servlets, cookies, sessions, SSL, gzip and deflate encodings, pipelining, and more! Written in 100% Java with core server reliance only on the base jdk library.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Holistically view your business data within a single solution. Icon
    Holistically view your business data within a single solution.

    For IT service providers and MSPs that need a data platform to manage their processes

    BrightGauge, a ConnectWise solution, was started in 2011 to fill a missing need in the small-to-medium IT Services industry: a better way to manage data and provide the value of work to clients. BrightGauge Software allows you to display all of your important business metrics in one place through the use of gauges, dashboards, and client reports. Used by more than 1,800 companies worldwide, BrightGauge integrates with popular business solutions on the market, like ConnectWise, Continuum, Webroot, QuickBooks, Datto, IT Glue, Zendesk, Harvest, Smileback, and so many more. Dig deeper into your data by adding, subtracting, multiplying, and dividing one metric against another. BrightGauge automatically computes these formulas for you. Want to show your prospects how quick you are to respond to tickets? Show off your data with embeddable gauges on public sites.
  • 5
    The asyncobjects framework is intendend for implementing event-driven network applications. It provides higher level API if compared with Java NIO. Initial code is based asyncobjects prototype from sebyla.sf.net project.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 6
    dnsjnio is an extension for dnsjava. dnsjava requires each query to run in its own thread on its own port. dnsjnio allows large numbers of queries to be run in a single thread using the non-blocking nio library.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    X-Core

    X-Core

    The original Xivio.com World Server Core

    Xivio.com was a commercial children's virtual world website created in 2006 by Gavin Conrad. This is the legacy World Server Java Core made available to the world to do with as it wishes.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    rmisockfactory

    rmisockfactory

    Collection of RMI Socket Factories

    This project contains a collection of RMI socket factories -- for instance gzip-encoded data sent over the wire, NIO-based communication etc.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9

    TcpChannel

    A simple, non-blocking, NIO-based, TCP socket API for Java

    TcpChannel is a simple, small API to allow processes to communicate using TCP sockets based on NIO implementations. The API presents the communication between processes using an observer pattern for handling received messages and an asynchronous send method for sending. Generally, writing NIO socket handling is non-trivial. TcpChannel exists to let Java developers write processes that communicate with each other using a simple send and receive pattern.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Intelligent network automation for businesses and organizations Icon
    Intelligent network automation for businesses and organizations

    Network automation for the hybrid multi-cloud era

    BackBox seamlessly integrates with network monitoring and NetOps platforms and automates configuration backups, restores, and change detection. BackBox also provides before and after config diffs for change management, and automated remediation of discovered network security issues.
  • 10

    Java NIO TCP Port Mapper

    The Java NIO based TCP port mapper

    This program map the given TCP ports to other ports according to .properties file slots (localHost:localPort - remoteHost:remotePort pairs).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    A chatserver written in Java (1.4+ nio used here). By now there is support for serving as a Webchat, other protocols may come. Authentication over sql-databases is also included. The layout can be deffined in differen Templatesets (incl. message-set)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    jLightning is a Java NIO networking library. This project has been moved into the jeuron project. Please refer to www.jeuron.org for more detail.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    The NIO Framework sits on top of the Java NIO library and hides most of the complexity of plain NIO. With the NIO Framework one can easily implement secure, high-performance Java network applications.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    xSocket is an easy to use NIO-based network library to build high performance, highly scalable network applications. PLEASE NOTE that the active development has been stopped. Currently this project supports bugfixes only
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Framework for manipulating Connections: The API mean purpose is provide a unified API through Adaptersto easily incorporate a third-party library into existing application. Also provide an efficient NIO based implementation supporting UDP and TLS
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    A framework for doing asynchronous socket communications - useful for connecting to a large number of hosts in parallel from a single thread. Builds on top of Java NIO library and hides all socket, buffer details.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    An abstraction on top of nio with security. It hides many nio bugs. It is a much easier api to use then the nio api. It also has threadpooling, and packetizing.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    An XML-RPC library for Java built on the NIO libraries, with minimal external dependencies.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Gamio is an Open-Source Java framework used for easy development of high concurrent, high efficient, high scalable and robust TCP/IP server by leveraging Java NIO.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Jerklib is a NIO based , event driven IRC library for Java. JerkLib can be used for a bot or an IRC client. Very flexable and easy to extend. Be sure to checkout the wiki for docs. http://jerklib.wikia.com
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Open Legacy Storage Document: Generic Document Archiving on Disk and Network(using MINA) Framework in Java for huge number of docs(up to 2^192 documents), efficient(Java NIO), crypto, net transfert, web retrieve, J2EE and eMail archiving compatible.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    A threaded java MUD server with persistence in MySQL using sprocs. Uses command pattern and reflection for command parsing. NIO for networking. Excellent code comments. Map command uses visited rooms. Plans for configurable attack profiles per enemy.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    High performance asynchronous HTTP server based on Java NIO with Servlets support.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 24
    A high-performance, multi-stage, event-driven networking framework written entirely in Java using NIO. It is designed to abstract most (if not all) of the networking complexities so that beginner or expert, you can concentrate on what really counts... yo
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    The PHP Multiplexed I/O library is an object oriented PHP5 library for managing multiplexed (or non-blocking) I/O. It is loosely based on the selectable channels nonblocking IO implementation from Java's NIO package.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next