Anders Evenrud
Anders Evenrud
It would be nice to have something like this indeed. The underlying functionality for doing such a thing is almost done. See: https://github.com/os-js/osjs-client/issues/21 However, I sadly haven't found much time...
The infrastructure part of this is not an issue. I have a few dedicated servers I can use for things like this. When I was talking about the "hosting" I...
I can provide an account on one of my servers if you're interested in developing for this idea (in the case you need CI/CD).. No need for GCS.
If you're into bug hunting and fixing then you could probably set up an installation of your own and dig into that. As for open issues, look here https://github.com/search?q=org%3Aos-js+is%3Aopen+is%3Aissue+archived%3Afalse&type=Issues ....
@17lwinn It might be possible to have a glitch app that allows you to simply browse the contents over there and launch apps in an iframe. Because glitch is sort...
@17lwinn I must have misunderstood what you meant entirely here. Yes, OS.js can run inside things like glitch, codesandbox, codepen, jsfiddle, etc. just fine (there's even official examples on this...
> That could work! I could make an iframe application that links to a page full of projects to remix. I was thinking of doing it using their open APIs...
@17lwinn My idea is pretty simple, really. Just a basic interface where you can browse categories or search via an input field. This interactivity simply uses the API to get...
@17lwinn The API link I pasted in a previous comment has everything needed to build something like that.
@17lwinn I went through my notifications and was reminded of this thread. I just made a quick proof-of-concept for the Glitch application launcher that you might find interesting: https://github.com/andersevenrud/osjs-glitch-application ![OS...