{"id":45139954,"url":"https://github.com/racketscript/racketscript-playground","last_synced_at":"2026-02-20T00:33:47.031Z","repository":{"id":40566118,"uuid":"68428260","full_name":"racketscript/racketscript-playground","owner":"racketscript","description":"Online playground from RacketScript","archived":false,"fork":false,"pushed_at":"2024-03-28T02:44:57.000Z","size":227,"stargazers_count":19,"open_issues_count":12,"forks_count":9,"subscribers_count":4,"default_branch":"master","last_synced_at":"2024-05-09T23:15:26.580Z","etag":null,"topics":["compiler","javascript","playground","racket","racketscript"],"latest_commit_sha":null,"homepage":"","language":"Racket","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/racketscript.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-09-17T02:50:22.000Z","updated_at":"2024-05-09T23:15:26.580Z","dependencies_parsed_at":"2023-01-26T08:46:51.799Z","dependency_job_id":null,"html_url":"https://github.com/racketscript/racketscript-playground","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/racketscript/racketscript-playground","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/racketscript%2Fracketscript-playground","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/racketscript%2Fracketscript-playground/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/racketscript%2Fracketscript-playground/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/racketscript%2Fracketscript-playground/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/racketscript","download_url":"https://codeload.github.com/racketscript/racketscript-playground/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/racketscript%2Fracketscript-playground/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29637414,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-19T22:32:43.237Z","status":"ssl_error","status_checked_at":"2026-02-19T22:32:38.330Z","response_time":117,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["compiler","javascript","playground","racket","racketscript"],"created_at":"2026-02-20T00:33:46.936Z","updated_at":"2026-02-20T00:33:47.025Z","avatar_url":"https://github.com/racketscript.png","language":"Racket","funding_links":[],"categories":[],"sub_categories":[],"readme":"Racketscript Playground\n=======================\n\n[![MIT licensed](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE)\n[![Docker](https://img.shields.io/docker/cloud/automated/racketscript/racketscript-playground)](https://hub.docker.com/r/racketscript/racketscript-playground)\n[![Try Online](https://img.shields.io/badge/try_it-online!-ff9900.svg)](http://play.racketscript.org)\n\nPlayground for [RacketScript](https://github.com/racketscript/racketscript).\nBoth server-side and client-side code is written in RacketScript. \n\nPlayground uses Github Gist to save and load files. The name of Gist\nfile must be `source.rkt`.\n\n- URL of format `/#gist/:id` will load gist of that provided id.\n- URL of format `/#example/:id` will download\n  `$ROOT_URL/examples/:id.rkt` from server.\n- A `POST /compile` request will take JSON payload of format: `{\n  \"code\": \u003cracket-code\u003e }` and return a compiled JS file in reponse.\n\n[CoreMirror](https://codemirror.net/) is used as editor\ncomponent. Search and Replace shortcuts\nare [here](https://codemirror.net/demo/search.html).\n\n## Build and Deploy\n\n### With Docker (for deployment)\n\nEasiest way is to pull the latest image from Docker registry\n([racketscript/racketscript-playground](https://hub.docker.com/r/racketscript/racketscript-playground)).\n\n```bash\n# Pull docker image\ndocker pull racketscript/racketscript-playground\n\n# Run playground webserver on port 8080\ndocker run -dp 8080:8080 -t racketscript/racketscript-playground\n```\n\nYou can also build image yourself using `make docker-build`, followed by `make\ndocker-run` to start the playground web server. By default, `make docker-run`\nbinds webserver to port 8080.\n\n### Without Docker (for development)\n\nAfter installing Racket, NodeJS, and RacketScript, execute following\ncommands to run the playground:\n\n```bash\nmake -j4 run\n```\n\nFor development, you can use `quickrun`, after runnning `run` once,\nfor building both server and client without npm install/update:\n\n```bash\nmake -j4 quickrun\n```\n\n## License\n\nRacketScript is licensed under [MIT license](LICENSE). Third-party\nlibraries can be found over [here](static/index.html)\nand [here](package.json).\n\n## Troubleshooting\n\n- Running `docker` commands gives permission error\n\n[Add user name to `docker` user group](https://docs.docker.com/engine/install/linux-postinstall/): `sudo usermod -aG docker $USER`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fracketscript%2Fracketscript-playground","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fracketscript%2Fracketscript-playground","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fracketscript%2Fracketscript-playground/lists"}