Johan,
On Thu, Jan 2, 2014 at 1:25 AM, Johan Compagner <jcompag...@servoy.com>wrote: > does it also do the other way around? > So also having the endpoint on the server that has methods that can be > called from javascript in a very easy way? > > > It doesn't. There is already a mechanism that sits above simple message passing, for calling into the server: XMLHttpRequest, aka AJAX. Competing with that would have taken more thought and effort that so far I have been able to put into FERMI. I imagine that if this gets some acceptance, offering a fully symmetric RMI may become a viable idea. Not on the immediate roadmap, though. -Igor. > > On 31 December 2013 01:55, Igor Urisman <igor.uris...@gmail.com> wrote: > > > Folks, > > > > I needed to write this for something I am working on and thought there > > might be a wider audience for it. > > Tomcat 8 supports standard compliant Websockets, which provide convenient > > asynchronous full-duplex > > server to client data transport. The framework I am offering builds on > top > > of that a feature rich remote > > method invocation paradigm. Please check it out. > > > > https://github.com/iurisman/FERMI > > Apache 2.0 license. > > > > Happy coding. > > Igor. > > > > > > -- > Johan Compagner > Servoy >