Ecosyste.ms: Packages

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

Top 7.7% on proxy.golang.org
Top 1.4% dependent packages on proxy.golang.org
Top 4.7% dependent repos on proxy.golang.org

proxy.golang.org : github.com/loopholelabs/frisbee

Package frisbee is the core package for using the frisbee messaging framework. The frisbee framework is a messaging framework designed around the aspect of "bring your own protocol", and can be used by simply defining your packet types and their accompanying logic. This package provides methods for defining packet types and logic, as well as functionality for implementing frisbee servers and clients. Useful features like automatic heartbeats and automatic reconnections are provided as well. In depth documentation and examples can be found at https://loopholelabs.io/docs/frisbee As a starting point, a very basic echo server: And an accompanying echo client: (Examples taken from https://github.com/loopholelabs/frisbee-examples/) This example is a simple echo client/server, where the client will repeatedly send packets to the server, and the server will echo them back. Its purpose is to describe the flow of packets from Frisbee Client to Server, as well as give an example of how a Frisbee application must be implemented.

Registry - Source - Documentation - JSON
purl: pkg:golang/github.com/loopholelabs/frisbee
Keywords: frisbee, go, golang, messaging, networking, tcp
License: Apache-2.0
Latest release: 9 months ago
First release: almost 3 years ago
Namespace: github.com/loopholelabs
Dependent packages: 13
Dependent repositories: 1
Stars: 49 on GitHub
Forks: 0 on GitHub
See more repository details: repos.ecosyste.ms
Last synced: 12 days ago

    Loading...
    Readme
    Loading...