Working my way up to a TornadoFX web socket client...
# tornadofx
c
Working my way up to a TornadoFX web socket client, this post is on WildFly EJBs https://courses.bekwam.net/public_tutorials/bkcourse_wildfly_ejb_devenv.html I needed a few posts of devenv setup and background before I present the web socket solution I'm working on which can be used for standard web browsers as well as TornadoFX. It's going to invoke an asynchronous EJB that pipes results back via JMS to a web socket endpoint. The endpoint sends its results back to the client (ex tornadofx app)