I'm a beginner in writing http server code. I'm wondering why I need node.js specifically to develop server that is non-blocking? Can't I do that with any language that provides callbacks?
Thanks
I'm a beginner in writing http server code. I'm wondering why I need node.js specifically to develop server that is non-blocking? Can't I do that with any language that provides callbacks?
Thanks