Last updated 2 years ago
Was this helpful?
For java spring, it will create new thread behind the scene and with blocking I/O modal
In NodeJS, it is single-thread with non-blocking I/O modal with help of event loop