pljs | winterjs | |
---|---|---|
2 | 1 | |
124 | - | |
3.2% | - | |
7.3 | - | |
about 1 month ago | - | |
C | ||
GNU General Public License v3.0 or later | - |
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.
pljs
-
LLRT: A low-latency JavaScript runtime from AWS
pljs (https://github.com/plv8/pljs) is a postgres language plugin that also uses quickjs. given how much faster the startup is compared to v8, and that most postgres functions are very small and do very little compared to a node.js program, it is quite good.
I can definitely see aws' lambda operations gaining quite a bit from this.
- PLJS – JavaScript Language Plugin for PostreSQL
winterjs
-
LLRT: A low-latency JavaScript runtime from AWS
LLRT is built using Rust, Tokio and QuickJS under the hood.
We (at Wasmer), have been working on a very similar approach: WinterJS, which is using SpiderMonkey instead (but also built on top of Rust and Tokio). https://github.com/wasmer/winterjs
What are some alternatives?
llrt - LLRT (Low Latency Runtime) is an experimental, lightweight JavaScript runtime designed to address the growing demand for fast and efficient Serverless applications.
winterjs - Winter is coming... ❄️
pgproxy - Execute plv8 functions from node. Execute node functions from plv8.
workerd - The JavaScript / Wasm runtime that powers Cloudflare Workers
plv8 - V8 Engine Javascript Procedural Language add-on for PostgreSQL
hermes - A JavaScript engine optimized for running React Native.