8 ms·
I was under the impression that application programming using node.js was done primarily in JavaScript...
by eswangren 14y ago
I was under the impression that application programming using node.js was done primarily in JavaScript...
- antidoh 14y agoYes, on the server, where C also lives.
- eswangren 14y agoRight, but people who are using node.js aren't writing C. Of course C comes into play to do the heavy lifting, but we're not talking about infrastructure. Writing a web server and writing a website are two very different problem domains.