On Nov 27, 2014, at 12:38 AM, raghvenders raghvenders wrote:
>
> Can Node.js been seen as RESTful Services implementation framework and a competitor for Jersey and Apache CFX REST services implementation?
"Seen as"? Probably not. "Used to implement"? I'll bet it could. I'm not familiar with those buzzwords, but node is a JavaScript runtime environment well suited for creating servers, so you could probably write code to implement what you want, and even find existing modules to help you do so.