A simple chat client in Golang
As an exercise to learn go I made a chat client.
Backend use Go, frontend in typescript.
The functionality is that 2 users can chat over local network in browser. If user is admin it can add, delete or edit user.
For a detailed explanation of the architecture, see TUTORIAL.md.