Event Gateway Workshop

February 14, 2018 ยท View on GitHub

Learn what the Event Gateway is, how it works and build your first event-driven multi-cloud application!

Manual setup

Install Node.js

Download and install the Node.js version for your platform from the official download page.

Install the Serverless Framework

Run npm install --global serverless

Docker-driven setup

Run docker-compose run -p 3000:3000 -p 4000:4000 -p 4001:4001 event-gateway-workshop bash

Contents

  1. 1Manual setup
  2. 1.1Install Node.js
  3. 1.2Install the Serverless Framework
  4. 2Docker-driven setup