Best of Express.jsJune 2023

  1. 1
    Article
    Avatar of devtoDEV·3y

    Build a Whatsapp Clone (Realtime Chat) using Next.js, Socket.io, Tailwind CSS, Node.js, Express and Prisma

    This comprehensive WhatsApp clone comes packed with a range of awesome features to give you an authentic messaging experience. The Whatsapp Clone uses Next.js, Socket.io, Tailwind CSS, Node.js and Express and Prisma - DEV Community Features of the WhatsApp Clone.

  2. 2
    Article
    Avatar of pandProAndroidDev·3y

    Server-Sent Events in Android (with Node.js)

    Server-Sent Events in Android (with Node.js) is a long-lived HTTP connection over which a server can send events to its clients in real-time. SSE is based on an event-driven model, where the server sends events to the client whenever there is new data or information available.

  3. 3
    Article
    Avatar of asayerasayer·3y

    Creating a Node API with Knex and PostgreSQL

    Knex.js is a JavaScript query builder for relational databases that can be used with Node.js. Using Knex, you can easily create complex queries to select, insert, update, and delete data from a database. In this article, you will explore how to build applications that leverage PostgreSQL without writing raw SQL queries.

  4. 4
    Article
    Avatar of freecodecampfreeCodeCamp·3y

    How to Streamline Your File Upload Process in Express.js with Multer

    Multer is a powerful middleware for Node.js that simplifies the file upload process by handling multipart/form-data requests. In this tutorial, you will learn how to leverage the power of Multer to streamline your file uploading process.