Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 570 Bytes

File metadata and controls

34 lines (23 loc) · 570 Bytes

Sample - HTTP Proxy

A simple HTTP proxy with ScaleDynamics WarpJS SDK.

👉 Try a live demo

Setup

  • Clone the project
  • Go to the warp-samples/http-proxy directory
  • Run the following commands:
# install deps
$ npm install

# login to ScaleDynamics
$ npx warp login

Run

# run a dev server
$ npm run dev

# build and deploy to production
$ npm run build
$ npm run deploy

Resources