You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+2
Original file line number
Diff line number
Diff line change
@@ -91,6 +91,8 @@ This code is interesting for the following reasons :
91
91
92
92
- Its all written in Zig
93
93
- It uses the excellent http.zig library https://github.com/karlseguin/http.zig
94
+
- Generated docker image = about 300kb
95
+
- Run stats - uses about 60MB RAM and really low CPU %
94
96
- Its about as simple as doing the same thing in Go, there is really nothing too nasty required in the code.
95
97
- The router, and all the HTML contents is part of the Game object ... the implications of this are that it is possible to create 'web components' using this
96
98
zig/htmx approach that are all self contained, and can be imported into other projects, without having to know about connecting up routes, or pulling in content. Interesting.
0 commit comments