/go-chat

Simpel chat app build with react-typescript and go with websocket

Primary LanguageTypeScript

Simpel chat app build with react-typescript and go with websocket. Gorilla WS

How to start

go get -v github.com/alchristleo/go-chat
cd client
npm i
npm run build

once build success

go run *.go
now open http://localhost:8081