Node.js Documentation Express.js Documentation Socket.io Documentation. - Source: dev.to / 6 days ago
In this article, an application will be created using the Node.js with TypeScript and Express.js where a serverless API will be implemented and deployed on the AWS Lambda service. - Source: dev.to / 4 months ago
Nest.js is a NodeJS framework for building scalable server-side applications with TypeScript, it provides a suite of tools that leverage either fastify or express to facilitate rapid development and predictable readable code. - Source: dev.to / 2 months ago
ExpressJS is a fast, minimalist framework that provides several features for building web applications in Node.js, CORS is a Node.js package that allows communication between different domains, and Nodemon is a Node.js tool that automatically restarts the server after detecting file changes. - Source: dev.to / about 1 month ago
We use the latest versions of Express web framework and the middleware body-parser. - Source: dev.to / about 1 month ago
Express.js is a minimalist web framework for Node.js that provides a simple interface for building HTTP listeners as well as other functionality that makes it easy to build web applications in Node.js. - Source: dev.to / about 1 month ago
Requests on the frontend are commonly sent using the Fetch API, but how those requests are handled on the backend can vary greatly. Express has been very popular for setting up the required routing to handle requests from the frontend, and while it mightn’t be as necessary or useful nowadays, it’s still a great place to start if you want to use Node for your backend. - Source: Reddit / about 2 months ago
After developing only front-end projects, I was getting bored and then I switched to the backend and choose Node.js and Express.js to learn. - Source: dev.to / about 2 months ago
To learn more about Express.Js framework, you can check out the docs here. - Source: dev.to / about 2 months ago
Though any traditional server environment will enable this, I used Node as it's close to Deno and simple to use. With a few lines of code, an express server that creates a single client on start will enable any incoming request to reuse the same connection. Adding some simple routing to detect request params and respond with what Redis returns then lets allows the cache requests in Deno to be swapped with GET... - Source: dev.to / about 2 months ago
Since we are going to try to render errors from the server to our views, we must have a basic understanding of Express.js in setting up a server. - Source: dev.to / about 2 months ago
Express is a minimal and flexible Node.js web application framework that provides a robust set of features for web and mobile applications. It is in no way comparable to client-side frameworks or libraries like Angular, Vue, or React. Instead, it is combined with these frameworks to create full-stack web applications. - Source: dev.to / about 2 months ago
M - Mongo - a JSON (JavaScript Object Notation) based Database E - Express - a Web Framework for Node.js A - AngularJS - a frontend JS web framework N - NodeJS - a backend Javascript runtime environment. - Source: dev.to / 2 months ago
Medusa is based on Node.js and the web framework Express medusajs is hosted on GitHub and written in TypeScript. - Source: dev.to / about 2 months ago
ExpressJS is a fast, minimalist framework that provides several features for building web applications in Node.js, CORS is a Node.js package that allows communication between different domains, and Nodemon is a Node.js tool that automatically restarts the server after detecting file changes. - Source: dev.to / 2 months ago
There are lot of different frameworks out there. If you learn one, there is no guarantee that the next job you find will use the same. For example if you learn Express and the next one used Koa or Nest. - Source: dev.to / 2 months ago
So I have to ask, what exactly is your interest in this? Are you a frontend dev who wants to do some backend work? If yes, NodeJS would be the obvious choice of backend tech (with a framework like Express, since it, at the very least, lets you use the same language for backend and frontend logic. Otherwise, do you have a problem you're trying to solve with a backend? Without some details on your end, this is... - Source: Reddit / 2 months ago
We will also be using Supabase, an open-source alternative to firebase with a built-in database and authentication system. We will use React for building out the front end and Chakra-UI for styling our React components. We will also set up a cron job that calls a webhook (that we will be building using Express). We will also use the CoinGecko API to fetch the latest cryptocurrency market data. - Source: dev.to / 2 months ago
MERN Stack is built with four main technologies i.e. MongoDB, Express, React, and Node.js. - Source: dev.to / 2 months ago
Create a node app, and use npm to add express and socket.io. Express handles the regular API endpoints, socket io handles websockets. - Source: Reddit / 2 months ago
I'm starting to learn nodejs in depth - not express, not nestjs, just raw and unfiltered nodejs and writing about my learnings would not only expose my knowledge gaps to a wider community who would be quick to call out on my errors, but also serve as a reference point if I was to forget such concepts later down the line. I think the mistake most developers make when transitioning into backend development with... - Source: dev.to / 2 months ago
Do you know an article comparing ExpressJS to other products?
Suggest a link to a post with product alternatives.