Add new section Javascript

This commit is contained in:
Al Mahdi 2023-08-23 11:12:16 +06:00
parent c52dba9b29
commit ad41ae027a

View File

@ -56,6 +56,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php).
- [Implementations](#implementations) - [Implementations](#implementations)
- [Interactive Interpreter](#interactive-interpreter) - [Interactive Interpreter](#interactive-interpreter)
- [Internationalization](#internationalization) - [Internationalization](#internationalization)
- [Javascript](#javascript)
- [Job Scheduler](#job-scheduler) - [Job Scheduler](#job-scheduler)
- [Logging](#logging) - [Logging](#logging)
- [Machine Learning](#machine-learning) - [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. * [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/)). * [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 ## Job Scheduler
*Libraries for scheduling jobs.* *Libraries for scheduling jobs.*