ultimate-seed icon indicating copy to clipboard operation
ultimate-seed copied to clipboard

Support server-side plugins.

Open pilwon opened this issue 12 years ago • 1 comments

  • Turn auth, socketio, winston related code into auto-discoverable plugins.
  • project.json:
{
  "server": {
    "plugins": {
      "auth": true,
      "auth-facebook": true,
      "auth-google": true,
      "auth-twitter": true,
      "socketio": true,
      "winston": true
    }
  }
}

pilwon avatar Aug 16 '13 02:08 pilwon

Plugins

pilwon avatar Aug 18 '13 07:08 pilwon