npm install -g u-wave-core
comes with a binary that you can run and configure with environment variables. npx u-wave-core
should list the environment variables that it expects.npm install && npm run prod
, then packages/u-wave-web-middleware
contains the built version.u-wave-web-middleware
only provides a middleware function. so you have to write a bit of code that starts an express
server and adds it in…
example/
folder in u-wave/core: https://github.com/u-wave/core/tree/default/exampleDEBUG=uwave:*
in production which spams a crapton of stuff to stderr