examples: Add chat example that also doesn't work properly yet

This commit is contained in:
2025-01-27 22:36:52 -05:00
parent 72df1e8d11
commit 54022e5541
6 changed files with 722 additions and 0 deletions

6
examples/chat/doc.go Normal file
View File

@@ -0,0 +1,6 @@
// Package chat implements a simple chat protocol over HOPP. To re-generate the
// source files, run this command from within the root directory of the
// repository:
//
// go run ./cmd/hopp-generate examples/chat/protocol.md examples/chat/protocol
package chat