Simple golang web socket app for testing in a docker
1.2K
Simple golang web socket app for testing in a docker and on AWS Elastic Beanstalk environment.
git clone https://github.com/vensder/websockets-go.git && cd websockets-go
docker-compose up -d
Open http://localhost and send test messages via ws.
Open https://localhost and send test messages via wss.
Original link: https://github.com/golang-samples/websocket.git
For testing ws/wss on AWS Elastic Beanstalk environment use content of elasticbeanstalk directory as template.
Content type
Image
Digest
Size
4.1 MB
Last updated
over 8 years ago
docker pull vensder/websockets-go