feat: add NATS chatroom example with embedded server

Demonstrates pub/sub messaging as an alternative to custom Rooms
implementation. Uses delaneyj/toolbelt/embeddednats to run NATS
with JetStream inside the binary - no external server required.
This commit is contained in:
Ryan Hamamura
2026-01-16 00:50:05 -10:00
parent 82a3314089
commit 88bd0f31df
5 changed files with 585 additions and 11 deletions

4
.gitignore vendored
View File

@@ -47,3 +47,7 @@ internal/examples/picocss/picocss
internal/examples/plugins/plugins
internal/examples/realtimechart/realtimechart
internal/examples/shakespeare/shakespeare
internal/examples/nats-chatroom/nats-chatroom
# NATS data directory
data/