funkyfly-go
A live chat application in Golang
and Vue JS
.
To run this application, do the following steps
- Clone this repository to the
GOROOT
folder - Open terminal and run
cd funkyfly-go
- Then run
go run main.go
- Open browser and type
http://localhost:8000
- Type an email id and user name
If you want to change the port you can change it in the main.go
file.