alpha
Login
or
Join now
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
accomodate zig build changes
author
Karl Seguin
date
1 year ago
(Mar 6, 2025, 7:31 AM +0800)
commit
7c3f1149
7c3f1149bffcde1dec98dea88a442e2b580d750a
parent
b42030a9
b42030a9724b0babc937b771a9e79245f0401afb
+2
-2
2 changed files
Expand all
Collapse all
Unified
Split
build.zig.zon
readme.md
+2
-1
build.zig.zon
View file
Reviewed
···
1
1
.{
2
2
-
.name = "websocket",
2
2
+
.name = .websocket,
3
3
.version = "0.1.0",
4
4
.dependencies = .{},
5
5
+
.fingerprint = 0x42ce80b97512f264,
5
6
.paths = .{
6
7
"readme.md",
7
8
"build.zig",
-1
readme.md
View file
Reviewed
···
65
65
// maybe a db pool
66
66
// maybe a list of rooms
67
67
};
68
68
-
69
68
```
70
69
71
70
## Handler