Best of Node.jsDecember 2022

  1. 1
    Article
    Avatar of logrocketLogRocket·3y

    Next.js vs. Nuxt.js: Ultimate guide

    Next.js and Nuxt.js are modern JavaScript frameworks used to build modern web applications. Both are static site generators that embrace Jamstack architecture and are used on top of React and Vue, respectively. Next.js offers client-side and server-side rendering features and is used to develop fullstack React applications.

  2. 2
    Article
    Avatar of communityCommunity Picks·3y

    NGINX: Advanced Load Balancer, Web Server, & Reverse Proxy

    Nginx is a web server that is capable of handling ~10k concurrent users or network load per second. It became the fastest available web server followed by Apache. Nginx can be used as a mail proxy, reverse proxy, HTTP cache, etc. This is where Nginx comes into play.

  3. 3
    Article
    Avatar of communityCommunity Picks·3y

    How to create stopwatch using javascript

    This article contains a step by step by guide on creating a stopwatch using javascript Stopwatch using JavaScript Stopwatch. If you want to start learning the fundamentals, click here to learn the fundamentals. You may also use my HTML, however, you should customize your skeleton to your needs.

  4. 4
    Article
    Avatar of freecodecampfreeCodeCamp·3y

    What Exactly is Node.js? Explained for Beginners

    Node.js allows developers to create both front-end and back-end applications using JavaScript. It was released in 2009 by Ryan Dahl and is open-source and cross-platform. For a beginner, this definition might raise further questions.

  5. 5
    Article
    Avatar of moralisMoralis·3y

    How to Call a Smart Contract Function from JavaScript

    Using the enterprise-grade EVM API from Moralis, developers can easily call a smart contract function from JavaScript. Using Moralis’ SDK and call the ”runContractFunction” endpoint, you can run any EVM ”read-only” contract function with a few lines of code.