Skip to content

mibo/pg-jee-websocket

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WebSockets with Java/JEE Playground project

WebSockets with Java/JEE Playground project

[ TOC ]

Disclaimer

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.

General information

This WebSockets Playground project is just a playground for my personal JEE samples which I use to test/play around with WebSockets.

Technical information

  • The release versions are based on Semantic Versioning 2.0.0.

  • The latest release require JavaEE 7 (or newer) and is build with Maven (version 3.3.x).

Server part

WebSocket is available via ws://localhost:8080/pg-ws-server/motd if deployed in (default) Payara server.

Client part

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).

Current Features (for this branch)

  • NONE

New and Noteworthy

  • nothing

Roadmap

  • none

Helpful…​

  • Nothing yet

Presentation

  • Nothing yet

About

WebSockets with Java/JEE Playground project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages