Join our 2nd AppWizzy webinar🚀 on Wednesday, 25 March 2026, at 18:00 CET🚀 See how to go from idea to a working web app in minutes.

Node.js Articles on Flatlogic Blog

Vue.js Material Admin Template with Node.js Backend is Released!

This is a new admin template with Node.js backend. It has over 39 widgets and components.

by Nastassia Ovchinnikova • 5 min read

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