Skip to content
#

expressjs

express logo

Express.js is a simple Node.js framework for single, multi-page, and hybrid web applications.

Here are 12,071 public repositories matching this topic...

goldbergyoni
goldbergyoni commented Jan 26, 2020

Given the immense popularity of Docker and the need to harden it different per platform (see ideas below) - we'd like to start writing a Docker best practices section.

You're welcome to contribute ideas and write best practices - writing and brainstorming will people is an amazing way to deepen your Docker understanding.

At first, we want to collect ideas for best practices, solidify a list

dwhieb
dwhieb commented Aug 30, 2016

As noted in a comment on #97, developers who want to write a Store implementation either need to:

  1. extend their Store from express-session's store.js, which typically means requiring express-session as a dependency
  2. implement their own version of the functionality in store.js, session.js, and cookie.js (or copy the files from express-session)

This is because express-session requires the follo

express-gateway
XVincentX
XVincentX commented Jan 2, 2018

If not for some particular exceptions, the status code returned from our WebAPI on error is always 500, regardless of the kind of error.

If an object already exists, for example, it should be returned as 409. If the object does not pass the schema validation, it should be a 415.

Go through the whole WebAPI and verify that the status codes are being returned correctly.

Hint: Error cl

F145h
F145h commented Feb 29, 2020

have error:

 BabelLoaderError: SyntaxError: D:/Projects/express-vue/.expressvue/example/views/user/app.js: Bad character escape sequence (2:56)
1 | import Vue from "vue";
2 | import App from "D:\Projects\express-vue\example\views\user.vue";

characters must be escaped.

PS: I know about started_template, but there I have even more problems

Created by TJ Holowaychuk

Released November 16, 2010

Organization
expressjs
Website
expressjs.com
Wikipedia
Wikipedia
You can’t perform that action at this time.