Svelte Websocket Store
Svelte Store with a Websocket Backend
Creator
Markus Felten
Description
svelte-websocket-store lets you create a writable store based on a websocket. The data is transferred as JSON. It keeps the socket open for as long as there are subscriptions.Visit Site