Skip to content

nujii/architect-express

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

architect-express

This plugin allows for easy creation/configuration on an express server to be used by other plugins in an architect driven system

Config Format

{
  "packagePath": "./node_modules/architect-express",
  "port": 3000
}

Usage

Let's use that puppy in our plugin

module.exports = function (options, imports, register) {

  var app = imports.express;

  // Do stuf here. It's just an express server.
};

TODO

  • Allow registration of more apps
  • Better configuration in config file
  • Tests

About

Express plugin for Architect

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published