Directories ¶
Path | Synopsis |
---|---|
Package mangos provides a pure Go implementation of the Scalability Protocols.
|
Package mangos provides a pure Go implementation of the Scalability Protocols. |
compat
Package nanomsg is a compatibility wrapper.
|
Package nanomsg is a compatibility wrapper. |
examples/bus
bus implements a bus example.
|
bus implements a bus example. |
examples/pair
pair implements a pair example.
|
pair implements a pair example. |
examples/pipeline
pipeline implements a one way pipe example.
|
pipeline implements a one way pipe example. |
examples/pubsub
pubsub implements a publish/subscribe example.
|
pubsub implements a publish/subscribe example. |
examples/raw
raw implements an example concurrent request/reply server, using the raw server socket.
|
raw implements an example concurrent request/reply server, using the raw server socket. |
examples/reqrep
reqprep implements a request/reply example.
|
reqprep implements a request/reply example. |
examples/survey
survey implements a survey example.
|
survey implements a survey example. |
macat
macat implements a nanocat(1) workalike command.
|
macat implements a nanocat(1) workalike command. |
protocol/bus
Package bus implements the BUS protocol.
|
Package bus implements the BUS protocol. |
protocol/pair
Package pair implements the PAIR protocol.
|
Package pair implements the PAIR protocol. |
protocol/pub
Package pub implements the PUB protocol.
|
Package pub implements the PUB protocol. |
protocol/pull
Package pull implements the PULL protocol, which is the read side of the pipeline pattern.
|
Package pull implements the PULL protocol, which is the read side of the pipeline pattern. |
protocol/push
Package push implements the PUSH protocol, which is the write side of the pipeline pattern.
|
Package push implements the PUSH protocol, which is the write side of the pipeline pattern. |
protocol/rep
Package rep implements the REP protocol, which is the response side of the request/response pattern.
|
Package rep implements the REP protocol, which is the response side of the request/response pattern. |
protocol/req
Package req implements the REQ protocol, which is the request side of the request/response pattern.
|
Package req implements the REQ protocol, which is the request side of the request/response pattern. |
protocol/respondent
Package respondent implements the RESPONDENT protocol.
|
Package respondent implements the RESPONDENT protocol. |
protocol/star
Package star implements a new, experimental protocol called "STAR".
|
Package star implements a new, experimental protocol called "STAR". |
protocol/sub
Package sub implements the SUB protocol.
|
Package sub implements the SUB protocol. |
protocol/surveyor
Package surveyor implements the SURVEYOR protocol.
|
Package surveyor implements the SURVEYOR protocol. |
test
Package test contains support code for varous mangos tests.
|
Package test contains support code for varous mangos tests. |
transport/all
Package all is used to register all transports.
|
Package all is used to register all transports. |
transport/inproc
Package inproc implements an simple inproc transport for mangos.
|
Package inproc implements an simple inproc transport for mangos. |
transport/ipc
Package ipc implements the IPC transport on top of UNIX domain sockets.
|
Package ipc implements the IPC transport on top of UNIX domain sockets. |
transport/tcp
Package tcp implements the TCP transport for mangos.
|
Package tcp implements the TCP transport for mangos. |
transport/tlstcp
Package tlstcp implements the TLS over TCP transport for mangos.
|
Package tlstcp implements the TLS over TCP transport for mangos. |
transport/ws
Package ws implements an simple websocket transport for mangos.
|
Package ws implements an simple websocket transport for mangos. |
transport/wss
Package ws implements an simple websocket transport for mangos.
|
Package ws implements an simple websocket transport for mangos. |
Click to show internal directories.
Click to hide internal directories.