Svelte + Appolo + HotChocolate + OPC UA + GraphQl + ASP.net core 5
Trying to combine all the above wonderfull technologis for learning purpurse.
Backend: ASP.net core 5 HotChocolate GraphQL lib for .net OPC-UA for communication with a Siemens S7-1500 PLC builtin OPC-UA server.
Frontend: Svelte Appolo client.
Note that you will need to have Node.js and dotnet 5.0 sdk installed.
Install the dependencies...
cd src
npm install
...then start Rollup:
npm run dev