https://github.com/arafathusayn/personal-js-over-http
A server to run stateless, arbitrary and sandboxed JavaScript code on one's own platforms via HTTP
https://github.com/arafathusayn/personal-js-over-http
deno
Last synced: 5 months ago
JSON representation
A server to run stateless, arbitrary and sandboxed JavaScript code on one's own platforms via HTTP
- Host: GitHub
- URL: https://github.com/arafathusayn/personal-js-over-http
- Owner: arafathusayn
- License: agpl-3.0
- Created: 2022-07-16T17:16:50.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-07-17T18:04:41.000Z (almost 4 years ago)
- Last Synced: 2023-03-06T03:36:55.995Z (over 3 years ago)
- Topics: deno
- Language: TypeScript
- Homepage:
- Size: 18.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
This implementation uses Deno version 1.23.4 or higher.
Run the bash script [start.sh](./start.sh) to start the server.
Routes are defined in [routes.ts](./routes.ts) file.