Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 378 Bytes

File metadata and controls

12 lines (7 loc) · 378 Bytes

Javascript Coprocessor

Description

In js-coprocessor/src/index.js, the coprocessor is setup with express to listen to the / POST endpoint and respond to the RouterRequest stage.

In the processRouterRequestStage function, the payload is logged.

Running the coprocessor

  1. Run npm install to install dependencies
  2. Run npm run dev to start the service