echo daemon works well enough

This commit is contained in:
Peter Harpending
2026-09-01 23:01:34 -07:00
parent 997c3d1da3
commit 7aa6f4b863
12 changed files with 352 additions and 272 deletions
+12
View File
@@ -7,3 +7,15 @@
- client connects to server
- server writes back "hello"
- server closes connection
- x01-noisy-hello:
- was going to be hello world over noise
- abandoned
- `x02-_`:
- skipped because the `2` key on my laptop doesn't work
- x03-echo:
- telnet echo server
- budget version of zx template "traditional erlang service
application"