Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Documentation / project status #70

Open
euberdeveloper opened this issue Dec 18, 2021 · 4 comments
Open

Documentation / project status #70

euberdeveloper opened this issue Dec 18, 2021 · 4 comments

Comments

@euberdeveloper
Copy link

Hi, I am using Quinn for a project and I would also like to add http/3 to both a server and a client written in Rust.

I would like to know if the project is ready (maybe not stable but usable) and if there is any documentation or tutorial or I would have to inspect the source code or the tests to use it

Sorry to write an issue because of this, but I think that at least the lack of a short description in the readme can be considered enough for an issue

@stammw
Copy link
Contributor

stammw commented Dec 20, 2021

Hi @euberdeveloper, thanks for your interest in the project.

Yes, I realize that landing on the repo with no README at all can make one feel the project is not active. I plan to redact one along with the API documentation very soon.

The crate is usable, and it should interoperate decently with most of the other implementations out there.

For the moment, there is no documentation or tutorial. But a good starting point for you would be the examples in examples/. Let me know if I can be of any help if you start trying to implement something.

Opening an Issue is totally justified for this matter. Right now, I'm working on graceful shutdowns, and I should be preparing the crate for a first release just after that. See the v0.1 milestone about this.

@Pascualex
Copy link

Hi, I'm trying to build a server that supports WebTransport clients, which is a use case that might become more popular with the release of WebTransport in Chrome 97.

Good to know that v0.1 isn't far away, keep up the good work!

@stammw
Copy link
Contributor

stammw commented Dec 23, 2021

Hi @Pascualex.

Nice to know you are interested to use this crate for WebTransport. I'll look up for that a bit (I'm not aware of this 😅).

If you think this might be useful and have the time to do this, feel free to open a tracking issue.

Thanks for the encouragements 😄

@Pascualex
Copy link

I believe that no additional work is required to support WebTransport, but I might be wrong.

I just wanted to let you know because there might be more people looking for an HTTP/3 server from this point on 😄.

This was referenced Sep 6, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants