It’s a little difficult for me to get Env.js working with my Python application. The documentation on the website states:
create bridges to run Envjs in Ruby, Python, and other host languages using the SpiderMonkey and V8 javascript engines
However, I could not find any bridges for Python either in the main branch from github or from Google.
Has anyone had success with Env.js working with Python?
source
share