TL;DR
WebSockets: angular, stompTS and RabbitMq
Requirements Docker node angular Run RabbitMq in docker With docker installed (more details) docker run -d -p 15672:15672 -p 5672:5672 -p 15674:15674 –name rabbitmq –rm crochik/rabbitmq:3.7-stomp Sample Angular app Get the sample source code from github Get dependencies, in the folder where you cloned the repo to: npm install Run Read more…