Simple chat using Go and React.
See the blog for details.
git clone https://github.com/foresukecom/go-react-chat.git
cd go-react-chat/backend
go run *.go &
cd ../frontend
yarn
yarn start
Simple chat using Go and React.
See the blog for details.
git clone https://github.com/foresukecom/go-react-chat.git
cd go-react-chat/backend
go run *.go &
cd ../frontend
yarn
yarn start