Streaming Data Payment Protocol (SDPP) reengineered in JavaScript. Built on top of the original proposal, V2 implementation includes web application and socket enabled media streaming server.
SDPP-V2 uses node package manager as a dependency orchestrating system. No extra hardwiring is needed. Make sure node.js verison 8 or higher is setup in the system.
npm install
Both client and server should be launched.
npm run dev
