rmi.js
rmi.js copied to clipboard
npm package seems to be outdated
Hi!, I installed rmi.js from npm and it doesn't work with express 3.X.X, looking files, function working with express (R.RMIJS_MODULE.listen) is different compared with repository, this repository works great, Congrats
Ah, good point. I guess last time I updated the code a few months ago I forgot to bump the version number and update the npm package. I'll try to find some time to do that, thanks for letting me know.
What are you using RMI.JS for, if I can ask? I am curious...
It's for a class, a teacher asked for an example with RMI in a technology different to Java, and I found this library useful.