Best of Node.jsMarch 2021

  1. 1
    Article
    Avatar of gcgitconnected·5y

    Building a Video Chat App with Node.js + Socket.io + WebRTC

    Building a Video Chat App with Node.js + Socket.io + WebRTC Taran Arora shares his tips on how to build a video chat app using JavaScript and NodeJS. It will also show you how to use PeerJS,WebRTC, and Nodemon to build the app.

  2. 2
    Article
    Avatar of changelogChangelog·5y

    A list of 70+ open source clones of popular sites

    100+ open-source clones and alternatives of popular sites like Airbnb, Amazon, Instagram, Netflix, Tiktok, Spotify, Whatsapp, Youtube, etc. List contains source code, tutorials, demo links, tech stack, and GitHub stars count. Great for learning purpose!

  3. 3
    Article
    Avatar of jsPlainEnglishJavaScript in Plain English·5y

    Build an API in Node.js using AWS, API Gateway, MongoDB, and Serverless

    This tutorial shows you how to build a secure REST API for a Notetaking react-redux application using MongoDB database as a service. We will follow a Serverless approach using AWS Lambda, API Gateway, and the Serverless framework. In Part 1, we are going to build the backend, and to go through this tutorial, you will need the following.

  4. 4
    Article
    Avatar of jsPlainEnglishJavaScript in Plain English·5y

    Top Node.js Frameworks to use in 2021

    Node.js is one of the fastest server-side web application platforms. Amazon, Netflix, LinkedIn, eBay, PayPal, and Reddit use it as their backend framework. Hapi.js and Express.js are two of the top Node.JS Frameworks to Use in 2021.

  5. 5
    Article
    Avatar of phProduct Hunt·5y

    Amplication — Instantly generate Node.js apps with GraphQL and REST API

    Amplication is an open source development tool. It helps you develop quality Node.js applications without spending time on repetitive coding tasks. Embed Collect is a free, open source version of Amplication that lets you collect data from other people's Embed collections. It is available on GitHub and is free to download.

  6. 6
    Article
    Avatar of medium_jsMedium·5y

    Go vs Node.js: Who is Winning?

    Go is a general language designed with systems programming in mind. It was developed at Google within the year 2007 by Griesemer, Rob Pike, and Ken Thompson. The Go artificial language was proclaimed in November 2009 and is employed in several of Google’s production systems. Node.js could be a package platform to form quick, ascendible net applications quickly.

  7. 7
    Article
    Avatar of jsPlainEnglishJavaScript in Plain English·5y

    Create a Rest API with Express, PostgreSQL, TypeOrm, and TypeScript

    How to create a simple Rest API using Express framework, PostgreSQL, and coding with TypeScript. Jose Luis Campos Bautista explains how to create an API for a RESTful web service. The API is created with Express, Postgres, TypeOrm, and Typeescript.

  8. 8
    Article
    Avatar of css_tricksCSS-Tricks·5y

    You want margin-inline-start

    Frontend Masters is the best place to get front-end development training. They have courses on all the most important technologies. From React to CSS, from Vue to D3, and beyond with Node.js and Full Stack. For more information, visit Frontend Masters.

  9. 9
    Article
    Avatar of hashnodeHashnode·5y

    10+ Best Node.js CMS Platforms To Use In 2021

    NodeJS is a platform built on Chrome's JavaScript runtime for easily building fast and scalable network applications. Apostrophe CMS is an Open Source Headless CMS with in-context live editing used worldwide by companies of all sizes to build and manage websites. Strapi is developer-first, fully customizable, and 100% Javascript.

  10. 10
    Article
    Avatar of hashnodeHashnode·5y

    Extremely Useful Lodash Methods For JavaScript Developers

    Lodash is the second most widely used utility library in the world. It provides a lot of methods that make coding easy and fast. Let’s explore some of the most useful methods provided by lodash. The isEqual method performs a deep comparison between two values. The get method gets the value at the path of an object.

  11. 11
    Article
    Avatar of jsPlainEnglishJavaScript in Plain English·5y

    What is Node.js?

    Node.js is a JavaScript runtime environment built on Chrome’s V8 engine. It was originally created by Ryan Dahl, an American Software Engineer. It is cross-platform and can be run on Windows, Linux, Unix, Mac OS X, etc. It allows to perform non-blocking I/O operations despite the fact that JavaScript is single-threaded.

  12. 12
    Article
    Avatar of jsPlainEnglishJavaScript in Plain English·5y

    Creating a simple REST API using Express.js + MongoDB

    This tutorial will show you how to develop a simple REST API using Express.js and MongoDB. At the end, the REST API will be used in React Application from my previous article: Basic React Components and Props using API for showing lots of cats. The API can be used to retrieve cat data from a database.

  13. 13
    Article
    Avatar of medium_jsMedium·5y

    Learning Node.js

    Sam Lesser shares his knowledge of Node.js and how to set it up on VScode. He explains the benefits and drawbacks of the technology. He also shares his tips on how to get the most out of your node.js app. He concludes by explaining why it's worth your time to learn it.