Tag: node

Processing images with sharp in Node.js

Processing images with sharp in Node.js

Dev

sharp is a high-performance image processing module for Node.js. This module assists with UGC management by offering an easy solution for reading, enhancing, and saving image files. sharp compresses images faster than most other Node.js modules, like ImageMagick, Jimp, or Squoosh, and produces high-quality results.

Pascal Akunne
Jan 5, 2022 ⋅ 8 min read
Top Node Websocket Libraries 2022

Top WebSocket libraries for Node.js in 2022

Dev

Review eight popular Node libraries for WebSocket: SockJS, ws, Socket.IO, Faye WebSocket, SocketCluster, Sockette, and Feathers.

Oyinkansola Awosan
Dec 29, 2021 ⋅ 3 min read
D3.js Logo

Data visualization with D3.js and Node.js

Dev

Many tools allow you to visualize data. Let’s explore D3.js, a JS library that allows developers to create data visualization experiences.

Eze Sunday
Dec 20, 2021 ⋅ 4 min read
Build a serverless app with Node.js and Apache OpenWhisk

Build a serverless app with Node.js and OpenWhisk

Dev

Avoid the vendor lock-in you get with AWS and Azure and learn how to go serverless with Node.js and Apache OpenWhisk instead.

Yan Sun
Dec 17, 2021 ⋅ 7 min read
How to transpile ES modules with webpack and Node.js

How to transpile ES modules with webpack and Node.js

Dev

Learn how webpack interacts with and supports ES modules in this deep dive tutorial on transpilation in Node.js.

Alexander Nnakwue
Dec 15, 2021 ⋅ 11 min read

Best Node.js CMS platforms for 2022

Dev

Find the best CMS for your team with this handy guide to the best Node.js CMSs in 2022, including their benefits and pricing plans.

Nefe Emadamerho-Atori
Dec 15, 2021 ⋅ 5 min read
Node.js task runners: Are they right for you?

Node.js task runners vs. module bundlers

Dev

Learn how to choose between a module bundler or a task runner for your app in this overview of each tool, its popularity, and its uses.

Thomas Hunter II
Dec 2, 2021 ⋅ 9 min read
Electron Alternatives NodeGUI

Exploring NodeGUI and React NodeGUI: Electron alternatives

Dev

Explore an alternative to Electron, the NodeGUI framework, focusing on the React NodeGUI module.

Siegfried Grimbeek
Dec 2, 2021 ⋅ 12 min read

Build a Google Analytics dashboard clone in Node.js

Dev

If you’ve used Google Analytics, you know it doesn’t provide the cleanest or most visually pleasing interface. It also doesn’t provide many options for customization.

Jon Corbin
Dec 1, 2021 ⋅ 15 min read
using tsm shebang interpreter feature image

Using tsm as a shebang interpreter in TypeScript

Dev

Learn about tsm, a new TypeScript module loader for Node.js that provides native TS support without needing to transpile it to JavaScript first.

Matthew Swensen
Nov 30, 2021 ⋅ 3 min read

Using Needle to send HTTP requests in Node.js

Dev

Learn how and why you should use Needle, a lightweight Axios alternative for making HTTP requests in enterprise-scale Node.js apps.

Atharva Deosthale
Nov 18, 2021 ⋅ 3 min read
Using Node.js to Create an HTTP Proxy for IPFS

Using Node.js to create an HTTP proxy for IPFS content

Dev

IPFS has some admirable goals, but it’s inaccessible for most users. See how to use Node.js to create a clearnet proxy to access IPFS content.

Alex Merced
Nov 15, 2021 ⋅ 5 min read