Appwrite is an open source backend server that helps you build native iOS applications much faster with realtime APIs for authentication, databases, files storage, cloud functions and much more! Learn more →
Top 23 JavaScript Expressj Projects
-
Project mention: 18 useful GitHub repositories every developer should bookmark | dev.to | 2023-02-03
-
Passport needs to be initialized as middleware as well. And it requires a session middleware for storing state and user data. The most common session middleware is express-session.
-
Appwrite
Appwrite - The Open Source Firebase alternative introduces iOS support . Appwrite is an open source backend server that helps you build native iOS applications much faster with realtime APIs for authentication, databases, files storage, cloud functions and much more!
-
import axios from "axios"; import Cors from "cors"; import initMiddleware from "../../lib/init-middleware"; // Initialize the cors middleware const cors = initMiddleware( // You can read more about the available options here: https://github.com/expressjs/cors#configuration-options Cors({ // Only allow requests with GET, POST and OPTIONS methods: ['GET', 'POST', 'OPTIONS'], }) ); export default async function myBooksHandler(req, res) { await cors(req, res); const address = req.query.address; const chain = "polygon"; const options = { method: 'GET', url: 'https://api.nftport.xyz/v0/accounts/creators/0x1xxxxxxxxxxxxx5b', params: {chain: 'polygon', include: 'metadata'}, headers: { 'Content-Type': 'application/json', Authorization: 'xxxxxxxxx' } }; try { const result = await axios.request(options) res.status(200).json({ result: result.data }) } catch (err) { res.status(500).json({ error: 'failed to load data' }) } };
-
body-parser is a middleware that parses the body of incoming requests, and exposes the resulting object on req.body
-
serverless-express
Run Node.js web applications and APIs using existing application frameworks on AWS #serverless technologies such as Lambda, API Gateway, [email protected], and ALB.
To get Express to run on AWS Lambda the Node http stack needs to be emulated, or a full-blown HTTP/TCP server needs to be started and proxied to. Each of these workarounds require a ton of code from libraries like serverless-express.
-
project_mern_memories
This is a code repository for the corresponding video tutorial. Using React, Node.js, Express & MongoDB you'll learn how to build a Full Stack MERN Application - from start to finish. The App is called "Memories" and it is a simple social media app that allows users to post interesting events that happened in their lives.
Project mention: Help with mern redux stack tutorial maintaining usestate value in local storage | reddit.com/r/CodingHelp | 2022-03-11 -
express-status-monitor
🚀 Realtime Monitoring solution for Node.js/Express.js apps, inspired by status.github.com, sponsored by https://dynobase.dev
Express.js is the de-facto framework of choice for Node.js developers. Express Status Monitor is an incredibly simple, self-hosted module, you add to your Express server. It exposes a /status route that reports real-time server metrics with the help of Socket.io and Chart.js.
-
Sonar
Write Clean JavaScript Code. Always.. Sonar helps you commit clean code every time. With over 300 unique rules to find JavaScript bugs, code smells & vulnerabilities, Sonar finds the issues while you focus on the work.
-
builderbook
Open source web application to learn JS stack: React, Material-UI, Next.js, Node.js, Express.js, Mongoose, MongoDB database.
-
Next, review deployment complexity such as DB-less versus database-backed deployments. For example, Kong does require running Cassandra or Postgres. Apigee requires Cassandra, Zookeeper, and Postgres to run, while other solutions like Express Gateway and Tyk only require Redis. Apache APISIX uses etcd as its data store, it stores and manages routing-related and plugin-related configurations in etcd in the Data Plane.
-
Node.js compression middleware
-
-
cookie-parser parses the cookies of incoming requests, and exposes the resulting object on req.cookies
-
Project mention: Express Slashing Syndrome, the trailing slash and other topics | dev.to | 2022-11-09
Extensions vs Directory Express issue
-
accountill
Fullstack open source Invoicing application made with MongoDB, Express, React & Nodejs (MERN)
-
Side note: a JWT in an HttpOnly cookie, which is what some people advocate, is still a cookie-based session. Using a library like cookie-session would already give you the ability to have a signature-verified JSON payload, just like using a JWT would.
-
Project mention: please, help me finish my scraper in python using beautiful soup | reddit.com/r/learnpython | 2022-05-31
Looks like they took away trending from the official API, and this person put it back: https://github.com/huchenme/github-trending-api
-
-
youtube-clone-nodejs-api
VueTube is a YouTube clone built with nodejs, expressjs & mongodb. This is the RESTful API repository.
Project mention: Is there forum software that allows a) can only view if a user, user registration requires admin approval of account, and b) videos can be uploaded directly to the forum (don't have to post to youtube or something and link)? | reddit.com/r/selfhosted | 2022-04-30You can keep video separately for example by utilizing your own youtube by self hosting VueTube or simply use peertube for video while keep communication part by utilizing either some forum software or mattermost or matrix
-
We are going to use whatsapp-api-nodejs that converts users WhatsApp account into an API.
-
-
rest-api-tutorial
This is a sample source code for the article published on Toptal: https://www.toptal.com/nodejs/secure-rest-api-in-nodejs
-
Project mention: Tech stack to create a massage-business website with appointment scheduling | reddit.com/r/webdev | 2022-05-02
https://github.com/shamahoque/mern-marketplace ?
-
Project mention: Open-source Ecommerce platform built with Node.js and React. | reddit.com/r/SideProject | 2023-02-01
And this is link for document site: https://evershop.io
-
InfluxDB
Build time-series-based applications quickly and at scale.. InfluxDB is the Time Series Platform where developers build real-time applications for analytics, IoT and cloud-native services. Easy to start, it is available in the cloud or on-premises.
JavaScript Expressjs related posts
- Open-source Ecommerce platform built with Node.js and React.
- Open-source Ecommerce platform built with Node.js and React
- Open-source Ecommerce platform built with Node.js and React
- 👀 Looking for people willing to collaborate/contribute on ecommerce project.
- 👀 Looking for people willing to collaborate/contribute on ecommerce project.
- Open-source Ecommerce platform built with Node.js and React
- Show HN: I spent 2 years building Tablane as a 17-year-old
-
A note from our sponsor - Appwrite
appwrite.io | 3 Feb 2023
Index
What are some of the best open-source Expressj projects in JavaScript? This list will help you:
Project | Stars | |
---|---|---|
1 | nodebestpractices | 86,002 |
2 | session | 5,905 |
3 | cors | 5,672 |
4 | body-parser | 5,226 |
5 | serverless-express | 4,719 |
6 | project_mern_memories | 4,302 |
7 | express-status-monitor | 3,454 |
8 | builderbook | 3,425 |
9 | express-gateway | 2,778 |
10 | compression | 2,621 |
11 | notion-clone | 2,490 |
12 | cookie-parser | 1,820 |
13 | serve-static | 1,319 |
14 | accountill | 1,312 |
15 | cookie-session | 1,047 |
16 | github-trending-api | 700 |
17 | generator-express-no-stress | 578 |
18 | youtube-clone-nodejs-api | 560 |
19 | whatsapp-api-nodejs | 559 |
20 | amazona | 532 |
21 | rest-api-tutorial | 396 |
22 | mern-marketplace | 350 |
23 | evershop | 346 |