Node.js Articles on Flatlogic Blog

Using React with Express

IntroductionBenefits of Creating an App With React.jsSteps to Building an App With React.jsFinal SayAbout FlatlogicRelated articlesIntroductionReact is an open-source front-end library. Not just for single-page applications, but it is employed...

by Nastassia Ovchinnikova • 7 min read

What is Node.js? Multi-Threading and Multiple Process in Node.js

Due to the non-blocking nature of Node.js, different threads execute different callbacks that are first delegated to the event loop. NodeJS runtime is responsible for handling all of this.

by Nastassia Ovchinnikova • 7 min read