Java Web Application sending JSON messages through WebSocket to HTML5 browser application for real time push
This article describes a Java EE 7 web application that exposes a REST service that handles HTTP POST requests with JSON payload. Any message received is sent through a …