-
…in reply to @arghyaece
arghyaece @al_pal_22 By concurrency, I mean one server is able to handle multiple requests. Node excels at this thanks to its event loop nodejs.org/es/docs/guides/event-loop-timers-and-nexttick/ and the async nature of many JS APIs.