Simple fullstack application using sveltekit in the FE and Golang in the BE to maintain visual history of Golang releases.
The application runs on Deta Space cloud platform. The FE send the BE request with code to run and BE Golang server then pass the request to Golang Playground and gets the response for the code and returns it to the FE. FE then displays the output of the program.
Make sure that you have already installed The space CLI from Deta Space
# Run locally
space dev
- To show how to use sveltekit with Golang Backend server.
- Allow to run the code directly from the browser.
- Deployment of fullstack application on Deta Space.