https://github.com/user0332/scriptless
https://github.com/user0332/scriptless
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/user0332/scriptless
- Owner: User0332
- Created: 2022-08-02T15:21:46.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-10-10T02:06:22.000Z (over 3 years ago)
- Last Synced: 2025-01-24T06:11:46.403Z (over 1 year ago)
- Language: Python
- Size: 17.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.MD
Awesome Lists containing this project
README
# ScriptLess
A library for executing JavaScript "from the server side"
NOTE: This library is not fully functional and is a work in progress.
This project works side-by-side with Flask. You can execute code like `window.location.href = '/'` in your Flask app or even create a function in your server side code that you want to run in the client side.