Tag: Learn-Node-JS

Sending Email Using Node.js — SitePoint

Most web applications need to send email. It may be for registration, password resets, status reports, though to full marketing campaigns such as newsletters and promotions. This tutorial explains how to send email in Node.js, but the concepts and challenges apply to whatever systems you’re using. You’ll find plenty of email-related modules on npm. The […]

How to Build a Simple Web Server with Node.js — SitePoint

Node.js is an open-source, cross-platform JavaScript runtime environment allowing developers to build server-side applications outside a browser. It can be used to build mission-critical production applications that perform extremely well. In this practical guide, we’ll look at how you can create your web server with Node.js. Key Takeaways Implementing a simple web server with Node.js. […]