ds-utils2
v1.1.0
Published
In this repo we store browser and server specifics for deepstream.
Downloads
4
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.