module
Version:
v0.0.0-...-1c63888
Opens a new window with list of versions in this module.
Published: May 30, 2016
License: Apache-2.0
Opens a new window with license information.
README
¶
Netx
RPC and multiplexing protocols.
Go Plan
Mux:
- Simplify status codes: OK/EOF, STREAM_REFUSED, ERROR.
- Replace mux.Conn with mux.Muxer.
- Simplify mux.Muxer, remove net.Listener support, add Muxer.Conn() => net.Conn.
- Simplify mux.Stream, remove net.Conn support, add Stream.Muxer() => mux.Muxer.
RPC:
- Spec.
- Server.
- Client.
- Router.
- Binary protocol.
- Add mux.Muxer to ConnHandler(conn mux.Muxer).
Negotiation:
- Simple negotiation protocol.
- mux-rpc/1.0.
Swift Plan
Directories
¶
go
|
|
|
|
|
|
|
|
Click to show internal directories.
Click to hide internal directories.