Hey folks, we’ve got an exciting new beta you can sign up for now: We teamed up with Fastly to get you a sneak peek at their innovative edge computing platform, a whole new part of the web you can build for!
Would this sort of app be able to bypass the loading screen? It’d be nice to leverage glitch as serverless platform for hosting discord slash commands but at the present time it can’t be done due to the loading screen coming up when discord tries to send a request on command execution.
All we’d need to do would probaly write glitch integeration into something like
and server load would not be a problem because http requests are only sent when a command or interaction happens, so we don’t need an always active websocket connection to discord for the gateway.