Node.js

5 Articles 0 Followers


I'm Saying "Nope" to Node.js

2 Oct 2025 1 minute read 1 comment Great White Snark

"Yesterday it worked.Today, it is not working.Windows is like that."— GNU Joke Haiku error messages [1] A number of weeks ago, I Installed node.js and npm on my computer, using the official repository packages for Ubuntu (Plucky Puffin). I then pro...

A Little On the Node

5 Sep 2025 1 minute read 0 comments Great White Snark

I've started learning Node.js, after putting it off for a quite a while (probably longer than I should have). I still don't know if it contains any evil, seeing as it uses V8 (the CSS, HTML and JS processing engine used by Google Chrome). I haven't l...

Node

31 Jan 2023 1 minute read 0 comments CryptoTurk

Node is a software platform used for building networked applications on a distributed network. It uses JavaScript as its programming language and uses an event-driven, non-blocking I/O model, which makes it efficient for data-intensive real-time appl...

What is Deno? Deno or Node?

2 Jan 2021 1 minute read 0 comments T89

In short Deno  is a new runtime for JavaScript, create from Ryan Dahl (creator of Node.js).Deno supports TypeScript natively, this means you don't need to have a TypeScript configuration. All compilation is done by it. Why we need a new runtime? Den...

4 famous Node.JS framework

29 Feb 2020 2 minute read 0 comments ryosuke

Over the past decade, the Web has become completely integrated into the fabric of society. Most businesses have websites, and this latter caused the web development field to be extremely demanded nowadays.The field of web development is divided in tw...