From ad41ae027a39c9d401f94f507234d37ca7da88e5 Mon Sep 17 00:00:00 2001 From: Al Mahdi <68297852+almahdi404@users.noreply.github.com> Date: Wed, 23 Aug 2023 11:12:16 +0600 Subject: [PATCH] Add new section Javascript --- README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/README.md b/README.md index e5770417..abe65936 100644 --- a/README.md +++ b/README.md @@ -56,6 +56,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php). - [Implementations](#implementations) - [Interactive Interpreter](#interactive-interpreter) - [Internationalization](#internationalization) + - [Javascript](#javascript) - [Job Scheduler](#job-scheduler) - [Logging](#logging) - [Machine Learning](#machine-learning) @@ -806,6 +807,22 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php). * [Babel](http://babel.pocoo.org/en/latest/) - An internationalization library for Python. * [PyICU](https://github.com/ovalhub/pyicu) - A wrapper of International Components for Unicode C++ library ([ICU](http://site.icu-project.org/)). +## Javascript + +*Libraries for interpolating with javascript code.* + +* Duktape + * [dukpy](https://github.com/amol-/dukpy) - Simple JavaScript interpreter for Python. +* Node + * [JSPyBridge](https://github.com/extremeheat/JSPyBridge) - 🌉. Bridge to interoperate Node.js and Python. +* SpiderMonkey + * [PythonMonkey](https://github.com/Distributive-Network/PythonMonkey) - A Mozilla SpiderMonkey JavaScript engine embedded into the Python VM, using the Python engine to provide the JS host environment. +* Transpiler + * [Js2Py](https://github.com/PiotrDabkowski/Js2Py/) - JavaScript to Python Translator & JavaScript interpreter written in 100% pure Python🚀 +* V8 + * [PyMiniRacer](https://github.com/sqreen/PyMiniRacer) - PyMiniRacer is a V8 bridge in Python. + * [STPyV8](https://github.com/cloudflare/stpyv8) - Python 3 and JavaScript interoperability. Successor To PyV8. + ## Job Scheduler *Libraries for scheduling jobs.*