shikokuchuo/nanonext: NNG (Nanomsg Next Gen) Lightweight Messaging Library

R binding for NNG (Nanomsg Next Gen), a successor to ZeroMQ. NNG is a socket library implementing 'Scalability Protocols', a reliable, high-performance standard for common communications patterns including publish/subscribe, request/reply and service discovery, over in-process, IPC, TCP, WebSocket and secure TLS transports. As its own threaded concurrency framework, provides a toolkit for asynchronous programming and distributed computing, with intuitive 'aio' objects which resolve automatically upon completion of asynchronous operations, and synchronisation primitives allowing R to wait upon events signalled by concurrent threads.

Getting started

Package details

Maintainer
LicenseGPL (>= 3)
Version1.0.0.9008
URL https://shikokuchuo.net/nanonext/ https://github.com/shikokuchuo/nanonext/
Package repositoryView on GitHub
Installation Install the latest version of this package by entering the following in R:
install.packages("remotes")
remotes::install_github("shikokuchuo/nanonext")
shikokuchuo/nanonext documentation built on May 19, 2024, 12:47 a.m.