git clone https://github.com/SajjadManafi/ws-chat.git && cd ws-chat/
make server
ORgo run ./cmd/web/*.go
ORsudo docker-compose up
- Navigate to
127.0.0.1:8080
git clone https://github.com/SajjadManafi/ws-chat.git && cd ws-chat/
heroku login
heroku container:login
heroku create
heroku container:push web
heroku container:release web
heroku open