ineerajrajeev / piNet

pieNet is a python module built to work with seamlessly Web Development frameworks like Django and Flask. This module renders Python code to HTML
https://pypi.org/project/pinet/
GNU General Public License v3.0
0 stars 0 forks source link

JS Scripting #2

Open ineerajrajeev opened 2 years ago

ineerajrajeev commented 2 years ago

Currently this module does not support JavaScript. What could be more efficient way of implementing JS keeping less code and correct output?

constantinosgeorgiou commented 2 years ago

There could be a script method. Maybe Js2Py could be of interest.