Hacker News new | ask | show | jobs
by parabx 2863 days ago
this is pretty neat! I was wondering, are there any projects to transpile python to js, but targeting the server side? It would be interesting to port a flask application, for example, to run on node and benefit from the jit, or maybe use express and call flask through its wsgi interface.
2 comments

You're better off running it on the original version of PyPy, which already uses a JIT.
Why not just run these in their native environment?