Platform-Espressif-ESP-WROVER-KIT
By MicroEJ
mjs
Embedded JavaScript engine for C/C++ (by cesanta)
Platform-Espressif-ESP-WROVER-KIT | mjs | |
---|---|---|
1 | 4 | |
- | 1,957 | |
- | 0.8% | |
- | 3.8 | |
- | 13 days ago | |
C | ||
- | GNU General Public License v3.0 or later |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Platform-Espressif-ESP-WROVER-KIT
Posts with mentions or reviews of Platform-Espressif-ESP-WROVER-KIT.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2021-09-22.
mjs
Posts with mentions or reviews of mjs.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-12-10.
-
A list of JavaScript engines, runtimes, interpreters
mjs
-
TypeScript is the Only Programming Language you Need: TypeScript Everywhere
I hear you loud and clear.
-
Elk: A low footprint JavaScript engine for embedded systems
This implementation is nuts. A decent chunk (but still very small subset) of ES5 in under 1400 lines of very readable C code. It includes a mark-and-sweep GC and an FFI.
It doesn't have an AST or a bytecode VM. It just interprets directly off of source code.
Take a look: https://github.com/cesanta/elk/blob/master/elk.c.
This implementation really sets a new bar for me in terms of compact-but-readable language implementations.
Separately, this isn't even Cesanta's only embedded JavaScript implementation. They also have: https://github.com/cesanta/mjs. This implementation is a bit more complete and is much bigger.
-
What is your programming stack, as well encryption with ESP32?
In the past I've programmed with ESP8266 with Mongoose OS using mJS - https://github.com/cesanta/mjs but it has on 1.5K GitHub stars and I assume there are other alternative as well for Python language
What are some alternatives?
When comparing Platform-Espressif-ESP-WROVER-KIT and mjs you can also consider the following projects:
elk - A low footprint JavaScript engine for embedded systems
quickjs - Public repository of the QuickJS Javascript Engine.