alpha
Login
or
Join now
poecoh.com
/
websocket.zig
forked from
karlseguin.tngl.sh/websocket.zig
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
A websocket implementation for zig
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
websocket.zig
/
support
/
autobahn
/
server
/
at
dev
5 files
Karl Seguin
Merge branch 'dev'
11mo ago
59aaa71e
build.zig
Merge branch 'dev'
11 months ago
build.zig.zon
update autobahn build for zig 0.14
1 year ago
config.json
Merge branch 'dev'
11 months ago
main.zig
Merge branch 'dev'
11 months ago
run.sh
NonBlocking worker buffer strategies. App can either opt to have a per-connection buffer available at all time, or use a buffer pool to allocate buffers just-in-time. This allows the memory usage to be optimized based on how clients are expected to interact with the server. When all clients are expected to send a steady stream of messages, buffering can be turned off and a dedicated buffer per connection can be used. When clients are expected to only sporadically send messages, a pool can be used.
2 years ago