A sample project demonstrating how to stream and decode video content using WebSockets in Svelte and embed it into a native WebView application.
web directory and install dependencies:cd web
npm install
npm run build
windows directory and refer to the README there for setting up the native WebView application.server directory and running:cd ../server
npm install
node server.js