Best of Node.js — February 2023
- 1
- 2
- 3
- 4
- 5
Community Picks·3y
Building a real-time commenting app with Socket.io and React
Guide on building a real-time commenting app with Socket.io and React. Covers setting up the application, building the Node.js API server, creating comments in the server, creating the React app, styling the app, adding Socket.io for real-time communication, and using Knock for cross-channel notifications.
- 6
- 7
DigitalOcean Community·3y
How To Scale Node.js Applications with Clustering
This tutorial explains how to scale a Node.js application using the cluster module, which creates multiple copies of the same application on the same machine. It demonstrates how clustering can improve performance by distributing the load among processes and provides a comparison between a single-instance app and a clustered app.
- 8
- 9
- 10
Community Picks·3y
Ryan Dahl, Node.js Creator, Wants to Rebuild How We Experience the Web
Ryan Dahl, creator of Node.js, reflects on the evolution and shortcomings of Node.js. He introduces Deno as a more secure and elegant alternative. Dahl believes that edge computing is the future of web development.
- 11
freeCodeCamp·3y
How to Build a CRUD Command Line Application With Node.js
Learn how to build a CRUD command line application with Node.js. This tutorial covers the basics of Node.js, installation, setting up a project, installing dependencies, creating and checking files, querying and manipulating data in a database.
- 12
- 13