Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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 at

http://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