Reputation: 2630
I was looking a bit at at node.js to use for building REST web services. It sounds interesting but doesn't support calls to Java well. I have a Java API for an app that I'd like to be able to use with node.js, but node.js doesn't seem to interface well with Java. Is there anything like node.js that is more friendly to Java?
Upvotes: 0
Views: 731
Reputation: 1667
I don't know how exactly you want your framework to be like node.js, but I've found that Play! Framework is light-weight and offers good features for that.
Upvotes: 2