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.
Version: | 1.3.0 |
Depends: | R (≥ 3.6) |
Suggests: | later, litedown |
Enhances: | promises |
Published: | 2024-10-04 |
DOI: | 10.32614/CRAN.package.nanonext |
Author: | Charlie Gao [aut, cre], Hibiki AI Limited [cph], R Consortium [fnd] |
Maintainer: | Charlie Gao <charlie.gao at shikokuchuo.net> |
BugReports: | https://github.com/shikokuchuo/nanonext/issues |
License: | GPL (≥ 3) |
URL: | https://shikokuchuo.net/nanonext/, https://github.com/shikokuchuo/nanonext/ |
NeedsCompilation: | yes |
SystemRequirements: | 'libnng' >= 1.6 and 'libmbedtls' >= 2.5, or 'cmake' and 'xz' to compile NNG and/or Mbed TLS included in package sources |
Citation: | nanonext citation info |
Materials: | README NEWS |
In views: | HighPerformanceComputing, WebTechnologies |
CRAN checks: | nanonext results |
Reference manual: | nanonext.pdf |
Vignettes: |
nanonext - NNG Lightweight Messaging Library (source) |
Package source: | nanonext_1.3.0.tar.gz |
Windows binaries: | r-devel: nanonext_1.3.0.zip, r-release: nanonext_1.3.0.zip, r-oldrel: nanonext_1.3.0.zip |
macOS binaries: | r-release (arm64): nanonext_1.3.0.tgz, r-oldrel (arm64): nanonext_1.3.0.tgz, r-release (x86_64): nanonext_1.3.0.tgz, r-oldrel (x86_64): nanonext_1.3.0.tgz |
Old sources: | nanonext archive |
Reverse imports: | crew, ichimoku, mirai |
Reverse suggests: | targets |
Please use the canonical form https://CRAN.R-project.org/package=nanonext to link to this page.