go-react-chat

Simple chat using Go and React.
See the blog for details.

Quick Start

git clone https://github.com/foresukecom/go-react-chat.git
cd go-react-chat/backend
go run *.go &
cd ../frontend
yarn
yarn start