nbarkhina / N64Wasm

A web based N64 Emulator
https://www.neilb.net/n64wasm/
MIT License
606 stars 116 forks source link

Netlify hosting #47

Open the-eagle-nest opened 2 months ago

the-eagle-nest commented 2 months ago

Is it possible to host this on Netlify?

nbarkhina commented 2 months ago

I don't know much about Netlify but as long as it can host and serve up html and javascript files I don't see why not

nbarkhina commented 2 months ago

Yeah just drag the "dist" folder in this repo to your Netflify site and it should work

the-eagle-nest commented 2 months ago

Thanks, I will try that. I just figured it would need some type of backend server. Or is that only for the cloud part?

nbarkhina commented 2 months ago

Yeah that's only if you want cloud saves. Otherwise it's just static files no server code needed.