
Express
Express.js is a simple Node.js framework for single, multi-page, and hybrid web applications.
-
- Sign up for GitHub or sign in to edit this page
- Created by TJ Holowaychuk
- Released November 16, 2010
Here are 18,056 public repositories matching this topic...
:white_check_mark: The largest Node.js best practices list (September 2019)
-
Updated
Oct 16, 2019 - 1 commits
- JavaScript
The MEAN stack uses Mongo, Express, Angular(6) and Node for simple and scalable fullstack js applications
-
Updated
Oct 14, 2019 - 2 commits
- TypeScript
High performance JavaScript templating engine
-
Updated
Oct 16, 2019 - 594 commits
- JavaScript
🌍 GraphQL server for Express, Connect, Hapi, Koa and more
-
Updated
Oct 16, 2019 - 3 commits
- TypeScript
Execute one command (or mount one Node.js middleware) and get an instant high-performance GraphQL API for your PostgreSQL database!
-
Updated
Oct 16, 2019 - 1 commits
- JavaScript
When the Orb of Rebirth stopped being free consistently from level 100, it was announced in the Aspiring Socialites guild with this message (emphasis is mine):
"Hey Socialites! We deployed a tweak with this Gala that power users might run into. Previously, there was a sort of exploit where folks could use Fix Character Values + the Orb of Rebirth to evade having to pay Gems to change classes. N
A Beautiful Open Source RSS & Podcast App Powered by Getstream.io
-
Updated
Oct 15, 2019 - 3 commits
- HTML
A starter template for TypeScript and Node with a detailed README describing how to use the two together.
-
Updated
Oct 16, 2019 - 236 commits
- CSS
:zap: The one-liner node.js http-proxy middleware for connect, express and browser-sync
-
Updated
Oct 16, 2019 - 226 commits
- TypeScript
HTTP request logger middleware for node.js
-
Updated
Oct 15, 2019 - 301 commits
- JavaScript
It would be better to use bcrypt, beause its more secure as it's slower (uses more computing cycles).
Your code could also be better:
You wouldn't need salt field in User model, because it's saved into the same field as password does.
For authentication, something like:
var mongoose = require('mongoose'),
bcrypt = require('bcryptjs');
var userSchema = mongoose.Schema({
email: String,
I used express-validator for some of my projects, today when i installed it and i wanted to use it like this
const expressValidator = require('express-validator'); app.use(expressValidator);
i got the error "expressValidator is not a function" this is with version "6.1.1"
i installed version "5.3.1" i used before and it worked.
Hacker News clone rewritten with universal JavaScript, using React and GraphQL.
-
Updated
Oct 15, 2019 - 104 commits
- TypeScript
Practical Node.js, 1st and 2nd Editions [Apress] 📓
-
Updated
Oct 16, 2019 - 331 commits
- JavaScript
Hi,
Can someone explain what is the purpose of having the Events object in the cloudformation file? The reason why I ask is that I was able to comment it out, rebuild the stack and still be able to create a user (POST /users).
Thanks.
🚀 Realtime Monitoring solution for Node.js/Express.js apps, inspired by status.github.com
-
Updated
Oct 15, 2019 - 267 commits
- JavaScript
OAuth Middleware for Express, Koa and Hapi
-
Updated
Oct 16, 2019 - 845 commits
- JavaScript
What the title says.
If you follow the readme procedure, the following error will occur in the first npm install express.
As you know, the cause is
package.json
does not exist.Other users seem to have a similar error, so it seems better to add
npm init
to the readme.Or I thought it would be nice to bring a link `Please follow