RE: PicoBlaze Simulator in JavaScript
August 22, 2022 at 5:19 pm
(This post was last modified: August 22, 2022 at 6:04 pm by bennyboy.)
(August 22, 2022 at 11:49 am)FlatAssembler Wrote:bennyboy Wrote:You can use almost any of the most popular languages as a back-end for a website now.But then I cannot host it for free, right? To work in a language I want to work for back-end development, I need to buy an expensive VPS, right?
Free hosting is bullshit. I hate it. However, some of the big hosting sites have free tiers: GitHub, Firebase, AWS, etc.
Blazor WASM is pre-compiled and runs on client even without an internet connection (once it's been downloaded). I think ANY kind of WASM solution can probably be served from a CDN or a static-files host.
Here's an example of someone using just GitHub and Firebase (google free static-files host) to successfully run a free app:
And a similar (hard accent to understand though) example for Node.js
Of course, any free system will have limitations over corporate paid services. But I think for what you are doing, they will be fine.
You can google "___ free hosting" for whatever framework you are interested in, and you will likely find some kind of video about how to do it.