dartis
dartis copied to clipboard
Add support for Web
Getting this error when running on Web:
Error: Unsupported operation: Socket constructor at Object.throw_ [as throw] (http://localhost:58623/dart_sdk.js:4348:11) at Function._connect (http://localhost:58623/dart_sdk.js:57921:17)...
The library can not be used from a browser.
AFAIK you can not connect to Redis directly from a browser.