I want to push notifications to a jrubyfx app, so I figured that one way
would be to have Sinatra running backed up by a lightweight embeddable
web server. I’ve been using Trinidad which embeds TomCat but I’m
guessing not too light for a client app. Can you all suggest a tiny web
embeddable web server that works well with Sinatra i.e. in the context
of Jruby ?
Also I like the convenience of using http for messaging but perhaps
there’s an alternative way to push to the client jrubyfx app that is
just as easy to setup and use.
thanks
Charles