WebSockets with Java/JEE Playground project
[ TOC ]
Current source code and version is published without license.
If you (somebody) want to use this in his project please contact me.
Afterwards I will grant the use of this code without warranty.
When I find some time to inform myself about the different possible licenses at choosealicense.com
I will probably change to a suitable license.
This WebSockets Playground
project is just a playground for my personal JEE samples which I use to test/play around with WebSockets.
-
The release versions are based on Semantic Versioning 2.0.0.
-
The latest release require
JavaEE 7
(or newer) and is build with Maven (version3.3.x
).
WebSocket is available via ws://localhost:8080/pg-ws-server/motd
if deployed in (default) Payara
server.
Client try to connect to server via WebSocket URI ws://localhost:8080/pg-ws-server/motd
and publish a REST endpoint at …/client/motds
and …/client/motds/latest
(e.g. deploy locally on Tomcat with port 8082
: http://localhost:8082/client/motds
).