Search for 'socket'
For details on the search query syntax, see the guide.
Total results: 28, showing 1 - 24
Note: artifacts in italics are non-canonical forks. See the wiki for more details.
Craig McDaniel's server-socket library from old contrib.
The 0MQ lightweight messaging kernel is a library which extends the
standard socket interfaces with features traditionally provided by
specialised messaging middleware products. 0MQ sockets provide an
abstraction of asynchronous message queues, multiple messaging
patterns, message filtering (subscriptions), seamless access to
multiple transport protocols and more.
This package contains the Java Bindings for ZeroMQ.
Clojure Socket REPL client
A socket appender for Logstash & Timbre
A Clojure interface to freeswitch event socket.
A Java library for creating a JXM server with SO_REUSEADDR socket option.
Async Socket clients that attempt to stay connected to the server forever
The 0MQ lightweight messaging kernel is a library which extends the
standard socket interfaces with features traditionally provided by
specialised messaging middleware products. 0MQ sockets provide an
abstraction of asynchronous message queues, multiple messaging
patterns, message filtering (subscriptions), seamless access to
multiple transport protocols and more.
This package contains the Java Bindings for ZeroMQ.
A Clojure wrapper for the family of Java Socket classes
Core JavaScript support for Absinthe WS-based operations
Unified JSON-RPC 2.0 interface over HTTP[S], WebSocket and UNIX socket for Clojure/Script.
Live Reload socket static files
Create simple socket servers using Netty and core.async
Unix domain socket support for nREPL
Unix domain socket support for nREPL
An asynchronous JSON-RPC client and server for Clojure that uses sockets for communication
Socket client implementation and interface to The MARY Text-to-Speech System. MARY is an open-source, multilingual Text-to-Speech Synthesis platform written in Java. It was originally developed as a collaborative project of DFKI's Language Technology lab and the Institute of Phonetics at Saarland University and is now being maintained by DFKI. As of version 4.3, MARY TTS supports German, British and American English, Telugu, Turkish, and Russian; more languages are in preparation. MARY TTS comes with toolkits for quickly adding support for new languages and for building unit selection and HMM-based synthesis voices.
http://mary.dfki.de/
The Netty project is an effort to provide an asynchronous event-driven
network application framework and tools for rapid development of
maintainable high performance and high scalability protocol servers and
clients. In other words, Netty is a NIO client server framework which
enables quick and easy development of network applications such as protocol
servers and clients. It greatly simplifies and streamlines network
programming such as TCP and UDP socket server.