ds-utils2

In this repo we store browser and server specifics for deepstream.

Usage no npm install needed!

<script type="module">
  import dsUtils2 from 'https://cdn.skypack.dev/ds-utils2';
</script>

README

dsutils2

In this repo we store browser and server specifics for deepstream.

The browser is optimized with webpack, and so it wants to have es6 modules output to be able to optimize it as good as possible.

The servers on the other hand run on node so they have access to a lot of libraries that are not available to the browser and sit in a very different environment.