https://github.com/corani/lua-playground
Web front-end for gopher-lua
https://github.com/corani/lua-playground
Last synced: 10 months ago
JSON representation
Web front-end for gopher-lua
- Host: GitHub
- URL: https://github.com/corani/lua-playground
- Owner: corani
- License: mit
- Created: 2023-04-13T09:09:23.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-04-14T04:34:44.000Z (over 2 years ago)
- Last Synced: 2025-01-09T20:48:27.845Z (12 months ago)
- Language: CSS
- Size: 41 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# lua-playground
Type some Lua code in the input box and press "Submit" to send it to the server. There it's executed
using [yuin/gopher-lua](https://github.com/yuin/gopher-lua) and the console output is returned.
NOTE: This is just a toy project to play around with `gopher-lua`.
## Usage
```console
docker compose up
```
NOTE: If you need to use a `GOPROXY` to fetch the dependencies, create a `.env` file containing
`GOPROXY=
`.
## Demo
