Run same JavaScript, do less/more advanced code
Gamine is a runtime for more functionality than Node (not yet tho!), written in C++[1] using ClutterScript as a JavaScript engine.
There are also projects that the gamine project might also have:
Projects 💻 | Usage 📃 | Status | Still worked on? |
---|---|---|---|
Gamine 😸 | A very planned JS Runtime, it's use is to combine Node/Deno | ✖️ | ✅ |
ClutterScript 📝 | The JS engine itself, it's going to be used in the future | ✖️ | ✅ |
gamiinuu 🧠 | Node.js? More like Node.bf! This is an BF engine like Node | ✖️ | ✖️ |
- ✔️: Made, and can be more developed :)
- ✖️: Unfinished, can also not be in the repository, unless it is, it needs more development!
Gamine is written in C++[1], so the libraries are
Libraries 🚀 | In runtime 😸 |
---|---|
the JS engine itself running on REPL and in file arguments | |
libcurl | to do advanced HTTP requests, libcurl is there and not the default C/C++ library 🌐 |
libuv | same to Node, libuv is used to make asyc/sync I/O operations 📞 |
[1] it's also written in Python 🐍 , but only for builds and probably tests.