Building simple realtime web application chat in room with golang.
This repository for bulding simple realtime web chat application in room with golang and websocket.
$ git clone https://github.com/doni404/webchat-realtime-golang.git
$ cd webchat-realtime-golang
$ go run main.go
https://github.com/doni404/webchat-realtime-golang.git is the Git repository.
The server will available on http://localhost:5555/room/123
You can replace 123 with any strings.
A trivial web server that demonstrates the use of the
template package's block feature.