RE: PicoBlaze Simulator in JavaScript
August 24, 2022 at 7:43 am
(This post was last modified: August 24, 2022 at 7:49 am by bennyboy.)
(August 24, 2022 at 7:18 am)FlatAssembler Wrote:I wasn't explaining why YOU shouldn't use free hosting. I was explaining why I don't have any experience doing what you are doing-- because I already have a paid server.bennyboy Wrote:I say so because free hosting of sites involving data access (uploading or downloading media, etc.) are horribly slow and unreliableI don't mean to upload or download media. I mean to upload and download small text files.
Quote:Fine. So you should easily be able to use a free server site to store examples either by inserting into a .json file, creating multiple files, or saving them to a mySQL database, and reveal CRUD methods through an API-- which you should be able to call from JavaScript in your static files site.bennyboy Wrote:A typical API will be very small: usually taking in JSON, parsing itThe list of examples is already stored in as JSON