Playground introduction
This is the first online playground that allows coding directly in the browser for both front-end JavaScript and back-end Node.js, showing results in real-time with zero configuration. It provides you every you need to show front-end and back-end working together in one online place.
Our playground uses our less-code cloud approach. No need to create HTTP calls, just create a node.js module and call its exported functions.
Full Stack Snippets
The playground provides you a way to browse, create or fork full stack code snippets. A Snippet is composed of one HTML file, one CSS file and one JavaScript file for the browser side, and one Node.js module file with its npm module dependencies.
Each time you click on the "Run" button, the Node.js module is deployed on a real physical server on the cloud (currently on Azure). All is managed for you from the deployment or accessing the backend logs to debug your code. The preview gives you the result of your frontend+backend execution right in your browser.
Access the playground
Just click on https://playground.scaledynamics.com. It's free for the community. To get access to full features you need to get a community plan.