Using Redis with Node.js
SitePoint | Node.js
by
3y ago
Need fast data interactions in your Node app? Learn how Redis speeds caching, message brokering, sessions, analytics, streaming and more ..read more
Visit website
MEAN Stack: Build an App with Angular and the Angular CLI
SitePoint | Node.js
by
3y ago
Jurgen Van de Moere shows how to implement Angular authentication using a REST API built with Node, Express and MongoDB ..read more
Visit website
Node.js vs Deno: What You Need to Know
SitePoint | Node.js
by
3y ago
When should you choose Node over its newer, secure runtime rival, Deno? Understand the differences between Deno and Node.js, as well as the similarities ..read more
Visit website
The Node.js Event Loop: A Developer’s Guide to Concepts & Code
SitePoint | Node.js
by
3y ago
Camilo Reyes explores the Node.js Event Loop, showing how it deals with the problem of multiple threads and managing context switch ..read more
Visit website
Build a Node.js CRUD App Using React and FeathersJS
SitePoint | Node.js
by
3y ago
Michael Wanyoike walks you through building a full-stack JavaScript CRUD contact list application, using Node, FeathersJS and MongoDB for the back-end API ..read more
Visit website
How to Fetch Data from a Third-party API with Deno
SitePoint | Node.js
by
3y ago
Ever wished Node was more secure and came with TypeScript support out the box? Deno offers this and more. Learn why many are switching from Node to Deno ..read more
Visit website
Create Serverless Microservices with Node.js and AWS Lambda
SitePoint | Node.js
by
3y ago
Wish you could write a web app or API without messing around with the server? Boom! Learn how to create serverless solutions with AWS Lambda ..read more
Visit website
How to Use SSL/TLS with Node.js
SitePoint | Node.js
by Florian Rappl
4y ago
In 2020, there’s no reason for your website not to use HTTPS. Visitors expect it, Google uses it as a ranking factor and browser makers will happily name and shame those sites not using it. In this tutorial, I’ll walk you through a practical example of how to add a Let’s Encrypt–generated certificate to your Express.js server. But protecting our sites and apps with HTTPS isn’t enough. We should also demand encrypted connections from the servers we’re talking to. We’ll see that possibilities exist to activate the SSL/TLS layer even when it’s not enabled by default. Note: if you’re looking for i ..read more
Visit website
Local Authentication Using Passport in Node.js
SitePoint | Node.js
by Paul Orac
4y ago
A common requirement when building a web app is to implement a login system, so that users can authenticate themselves before gaining access to protected views or resources. Luckily for those building Node apps, there’s a middleware called Passport that can be dropped into any Express-based web application to provide authentication mechanisms in only a few commands. In this tutorial, I’ll demonstrate how to use Passport to implement local authentication (that is, logging in with a username and password) with a MongoDB back end. If you’re looking to implement authentication via the likes of Fac ..read more
Visit website
Create New Express.js Apps in Minutes with Express Generator
SitePoint | Node.js
by Paul Sauve
4y ago
Express.js is a Node.js web framework that has gained immense popularity due to its simplicity. It has easy-to-use routing and simple support for view engines, putting it far ahead of the basic Node HTTP server. However, starting a new Express application requires a certain amount of boilerplate code: starting a new server instance, configuring a view engine, and setting up error handling. Although there are various starter projects and boilerplates available, Express has its own command-line tool that makes it easy to start new apps, called the express-generator. What is Express? Express has ..read more
Visit website

Follow SitePoint | Node.js on FeedSpot

Continue with Google
Continue with Apple
OR