unfinished chat app using Golang, React, Docker
- cd client && yarn install && yarn start
- in /server/ $ go run main.go
Error: Firefox can’t establish a connection to the server at ws://localhost:8080/ws
Having trouble establishing socket connection despite using code straight out the documentation:
https://godoc.org/github.com/gorilla/websocket
- Finish Websocket connection
- Rendered chat.messages to client
- Deploy via Docker
Used to gain familiarity with Golang