core
core copied to clipboard
Add support for WebSockets
Describe the feature
Add a library that plugs into the WebSocket API on web and uses something like https://github.com/gorilla/websocket on native to allow for better live updating of app content.
Relevant code