Skip to content

Latest commit

 

History

History
25 lines (21 loc) · 532 Bytes

README.md

File metadata and controls

25 lines (21 loc) · 532 Bytes

Example about running an action through the middleware support

Running example:

git clone https://github.com/meboHQ/example-middleware.git
cd example-middleware
npm install
NODE_ENV=development node .

Requirements

  • Node 8 or greater
  • Express 4 or greater

Action

Sum

GET: http://localhost:8080/sum?a=1&b=2

Licensing

Mebo is free software; you can redistribute it and/or modify it under the terms of the MIT License