Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/perbone/quic
QUIC protocol implementation written in pure Dart
https://github.com/perbone/quic
Last synced: 17 days ago
JSON representation
QUIC protocol implementation written in pure Dart
- Host: GitHub
- URL: https://github.com/perbone/quic
- Owner: perbone
- License: apache-2.0
- Created: 2023-03-23T23:56:37.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-25T09:25:24.000Z (6 months ago)
- Last Synced: 2024-10-11T11:09:24.157Z (about 1 month ago)
- Language: Dart
- Size: 6.84 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# QUIC [![License](https://img.shields.io/:license-apache-blue.svg)](https://opensource.org/licenses/Apache-2.0)
## QUIC protocol implementation written in pure Dart
> #### WIP (heavily updated so you can expect constants changes - no commitment with feature freezing at this moment)
## Features
## Issues and Support
Have a bug? Please create an issue here on GitHub!
https://github.com/perbone/quic/issues
## Versioning
For transparency and insight into our release cycle, releases are be numbered with the [semantic versioning](http://semver.org/) format: `..` and constructed with the following guidelines:
- Breaking backwards compatibility bumps the major
- New additions without breaking backwards compatibility bumps the minor
- Bug fixes and misc changes bump the patch## Contributors
- Paulo Perbone ([@perbone](https://twitter.com/perbone))
## License
Copyright 2023 Paulo Perbone
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License athttp://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License