Devdeep Ghosh

Devdeep Ghosh

NodeJS Buffer vs JavaScript ArrayBuffer

NodeJS Buffer Vs JavaScript ArrayBuffer

When you get deeper into building scalable web server applications using NodeJS and JavaScript at some point in time, you’ll feel the need to handle binary data, stream, and buffer. NodeJS and JavaScript both have ways to handle binary data.…

NodeJS Process Model Explained

Nodejs Process Model Main

NodeJS is an open-source and cross-platform JavaScript runtime environment built on top of Chrome’s V8 JavaScript Engine enabling high performance and scalability. NodeJS uses the process model instead of the traditional web server model, which makes it super useful for…