Registry / messaging / mangos-v3

mangos-v3

JSON →
library3.4.2gogounverified

A pure Go implementation of the Scalability Protocols (SP) for distributed messaging.

go get go.nanomsg.org/mangos/v3
INSTALL
IMPORT
SIG · MANGOS-V3
M
mangos-v3
messaginggov3.4.2
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

mangos
go.nanomsg.org/mangos/v3

Create a PAIR socket

package main import ( "go.nanomsg.org/mangos/v3" "go.nanomsg.org/mangos/v3/protocol/pair" ) func main() { sock, _ := pair.NewSocket() sock.Listen("tcp://127.0.0.1:40899") }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
3.4.2latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
6
OpenAI (training)
1
Resources
mangos-v3 — go get mangos-v3 · libregistry