ss-localconfigs

load and apply per app configuration from client/code//socketstream.json

Usage no npm install needed!

<script type="module">
  import ssLocalconfigs from 'https://cdn.skypack.dev/ss-localconfigs';
</script>

README

load and apply per app configuration from client/code//socketstream.json

Usage:

In your main app.js of your socketstream application:

var configs = require('ss-localconfigs');
configs.applyConfigs(ss, './client/code', 'socketstream.json');