https://github.com/featureprobe/feature-probe-link
https://github.com/featureprobe/feature-probe-link
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/featureprobe/feature-probe-link
- Owner: FeatureProbe
- License: apache-2.0
- Created: 2022-06-02T03:41:21.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-07-27T02:23:12.000Z (over 2 years ago)
- Last Synced: 2025-05-01T01:13:50.867Z (9 months ago)
- Language: Rust
- Size: 474 KB
- Stars: 17
- Watchers: 4
- Forks: 3
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# FeatureProbe Link (Alpha Version)
This is alpha version and should not be considered ready for production use while this message is visible.
FeatureProbe Link is a **generel purpose** full duplex network component to make the information flow between `Client` and `Business Service` easier.
For mobile device, FeatureProbe Link support TCP and QUIC protocols. For pure JavaScript environtment (like Browser or Electron), Websocket protocol is supported.
Apps can use `Link Client` SDK to recieve bytes from `Business Service` (usually developer's micro-service) or send bytes to `Business Service` through `Link Server`. The most common senario is Instant-Messaging Apps.
FeatureProbe use this component to make toggle update blazing fast.

## Contributing
We are working on continue evolving FeatureProbe core, making it flexible and easier to use.
Development of FeatureProbe happens in the open on GitHub, and we are grateful to the
community for contributing bugfixes and improvements.
Please read [CONTRIBUTING](https://github.com/FeatureProbe/featureprobe/blob/master/CONTRIBUTING.md)
for details on our code of conduct, and the process for taking part in improving FeatureProbe.
## License
This project is licensed under the Apache 2.0 License - see the [LICENSE](LICENSE) file for details.