NodeJS vs Java Spring

Java Spring

  • For java spring, it will create new thread behind the scene and with blocking I/O modal

NodeJS

  • In NodeJS, it is single-thread with non-blocking I/O modal with help of event loop

References

Last updated

Was this helpful?