最終更新:2018-01-07 (日) 09:36:14 (2300d)  

Express/app
Top / Express / app

http://expressjs.com/en/4x/api.html#app

概要

  • The app object has methods for
  • Routing HTTP requests; see for example, app.METHOD? and app.param?.
  • Configuring middleware; see app.route?.
  • Rendering HTML views; see app.render?.
  • Registering a template engine; see app.engine.

プロパティ

  • app.locals?
  • app.mountpath?

イベント

  • app.on?

メソッド