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

websocket support in the standard library #5883

Closed
ThatTonybo opened this issue Jul 16, 2020 · 4 comments
Closed

websocket support in the standard library #5883

ThatTonybo opened this issue Jul 16, 2020 · 4 comments
Labels
proposal This issue suggests modifications. If it also has the "accepted" label then it is planned.
Milestone

Comments

@ThatTonybo
Copy link

Does Zig have support for either of these protocols? Specifically for making API requests and communicating with websocket servers as a client

@Sobeston
Copy link
Sponsor Contributor

HTTP is still a TODO for the standard library.

Some libraries for these things, in no particular order:
https://github.com/truemedian/hzzp
https://github.com/Vexu/routez
https://github.com/truemedian/wz
https://github.com/ducdetronquito/h11

Related:
https://github.com/MasterQ32/zig-bearssl/
https://github.com/MasterQ32/zig-network/

@andrewrk
Copy link
Member

andrewrk commented Oct 4, 2020

http covered by #910 #2007

@andrewrk andrewrk changed the title HTTP and websocket support websocket support in the standard library Oct 4, 2020
@andrewrk andrewrk added the proposal This issue suggests modifications. If it also has the "accepted" label then it is planned. label Oct 4, 2020
@andrewrk andrewrk added this to the 0.7.0 milestone Oct 4, 2020
@andrewrk
Copy link
Member

andrewrk commented Oct 4, 2020

Nope, will not be in the standard library.

@andrewrk andrewrk closed this as completed Oct 4, 2020
@PaperPrototype
Copy link

Nope, will not be in the standard library.

That is kinda sad, cause golang has support for it (but then again golang is used by google so)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
proposal This issue suggests modifications. If it also has the "accepted" label then it is planned.
Projects
None yet
Development

No branches or pull requests

4 participants