EETechy
  • Home
  • Authors
Subscribe
Tagged

NodeJS

A collection of 2 posts

Develop performant REST API with Node, Fastify and Objection.js
NodeJS

Develop performant REST API with Node, Fastify and Objection.js

After developing for some years REST API-s with Express and Sequelize ORM I felt that it was the time to try something new. During my research for other NodeJS Web Frameworks I came across Fastify. Among other features, selling point that caught me off was their official benchmark which shows

  • Eduard Hasanaj
Eduard Hasanaj Nov 4, 2021 • 8 min read
NodeJS Internals: Event Loop
NodeJS

NodeJS Internals: Event Loop

When getting into NodeJS, the first thing that might be a surprise is its single threaded model. Nowadays most OS support multi-core CPU architecture and threading which enables developers to perform multiple operations at the same time. But does NodeJS take advantage of multi-threading or it is really single threaded?

  • Eduard Hasanaj
Eduard Hasanaj Oct 18, 2021 • 7 min read
EETechy © 2025
  • Data & privacy
  • Contact
  • Contribute →