Ecosyste.ms: Packages

An open API service providing package, version and dependency metadata of many open source software ecosystems and registries.

Top 8.2% on proxy.golang.org

proxy.golang.org : github.com/bnclabs/gofast

Package gofast implement high performance symmetric protocol for on the wire data transport. Each Transport{} instance encapsulate a single socket connection, and application routines can concurrently post, request, stream messages on the same transport (same socket). Internally gofast library maintain a global collection of all active Transport that are created during the lifetime of application. NOTE: Opaque-space, is range of uint64 values reserved for tagging packets, and configured via settings argument supplied to the Transport construction. Note that Opaque-space can't be less than TagOpaqueStart. Messages are golang objects implementing the Message{} interface. Message objects need to be subscribed with transport before they are exchanged over the transport. It is also expected that applications using gofast should pre-define messages and their Ids. Message IDs need to be unique for every type of message transferred using gofast protocol, following id range is reserved for internal use: transport instantiation steps: If your application is using a custom logger, implement golog.Logger{} interface on your custom logger and supply that as first argument to SetLogger().

Registry - Source - Documentation - JSON
purl: pkg:golang/github.com/bnclabs/gofast
Keywords: go, golang, multiplexer, network, peer-to-peer, pipeline, socketio, stream, transport
License: MIT
Latest release: over 3 years ago
First release: over 3 years ago
Namespace: github.com/bnclabs
Stars: 19 on GitHub
Forks: 4 on GitHub
See more repository details: repos.ecosyste.ms
Last synced: 16 days ago

    Loading...
    Readme
    Loading...