Home > other >  How do I host a WASM file on Raspberry Pi?
How do I host a WASM file on Raspberry Pi?

Time:07-02

I have created a Blazor WebAssembly application and published it in Visual Studios. Now my task is to push the Release folder of the application into the Raspberry Pi and host the application from the Raspberry Pi on the internet. I would like to know the solution to this task.

CodePudding user response:

I like to use nginx as a web server, but apache works too. Just set one up and go through the Microsoft documentation.

Nginx

Apache

  • Related