Sign inSign up

vensder/websockets-go

By vensder

Updated over 8 years ago

Simple golang web socket app for testing in a docker

Image
0

1.2K

vensder/websockets-go repository overview

websockets-go

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

How to test ws/wss on localhost

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

AWS Elastic Beanstalk

For testing ws/wss on AWS Elastic Beanstalk environment use content of elasticbeanstalk directory as template.

Tag summary

Content type

Image

Digest

Size

4.1 MB

Last updated

over 8 years ago

docker pull vensder/websockets-go