DEV Community

[Comment from a deleted post]
Collapse
 
jess profile image
Jess Lee

Websocket!

Also, just wanted to share that you can embed github repos directly into your post with this syntax:

How To

git clone https://github.com/naterivah/helloworld-springboot.git

docker build -t nbittich/helloworld-springboot helloworld-springboot

docker run -p 8585:8585 -d --name=HelloWorldSpringBootApp nbittich/helloworld-springboot

Example