quickjs
TypeScript
quickjs | TypeScript | |
---|---|---|
76 | 1,434 | |
9,375 | 105,261 | |
1.7% | 0.5% | |
9.4 | 9.6 | |
10 days ago | 4 days ago | |
C | TypeScript | |
GNU General Public License v3.0 or later | Apache License 2.0 |
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.
quickjs
-
SQLite JavaScript: Extend your database with JavaScript
This is a fantastic approach.
BTW, it looks like the js engine is "QuickJS" [0]. (I'm not familiar with it myself.)
I like it because sqlite by itself lacks a host language. (e.g., Oracle's plsql, Postgreses pgplsql, Sqlserver's t-sql, etc). That is: code that runs on compute that is local to your storage.
That's a nice flexible design -- you can choose whatever language you want. But quite typically you have to bring one, and there are various complications to that.
It's quite powerful, BTW, to have the app-level code that acts on the app data live with the data. You can present cohesive app-level abstraction to the client (some examples people will hopefully recognize: applyResetCode(theCode) or authenticateSessionToken(), or whatever), which can be refined/changed without affecting clients. (Of course you still have to full power and flexibility of SQL and relational data for the parts of your app that need it.)
[0] https://bellard.org/quickjs/
-
JSLinux
Considering the extremes of prolific developers gives interesting contrast to dogmas such as "functions/files should never be above x lines", where `quickjs.c` is 50k lines and has functions that are hundreds of lines long:
https://github.com/bellard/quickjs/blob/master/quickjs.c
(Obviously different approaches suites different circumstances.)
- QuickJS JavaScript Engine
-
Servo in 2024: stats, features and donations
And some lightweight alternatives like Bellard's QuickJS (https://bellard.org/quickjs/) in C and Kiesel (https://kiesel.dev/) in Zig.
-
Building Static HTML Pages with JSX Server-Side Rendering
Built on a highly optimized JavaScript runtime powered by QuickJS, Query offers fast startup times and efficient execution. Its built-in caching mechanism further enhances performance by storing function responses, reducing database load and latency. This focus on speed makes Query a standout choice for server-side rendering, especially in applications with many components.
- Lua Is So Underrated
-
Introducing our Next-Generation JavaScript SDK
Where the previous SDK was built on top of the QuickJS JavaScript engine and the Javy runtime, the new SDK is built on top of the Firefox browser’s SpiderMonkey engine, and the Bytecode Alliance’s StarlingMonkey runtime and ComponentizeJS WIT bindings generator.
-
QuickJS: Handle Typescript Sourcemap
I'm currently using Bellard's QuickJS engine on a new TypeScript project.
- [Lab] AWS Lambda LLRT vs Node.js
TypeScript
-
Everything about ESM and treeshaking
If you are not intending on publishing and if all your libraries/framework support ESM, which Jest does do quite well right now, I would recommend to setting the type property to module and use the .mts file extension. You will notice that you have to use .mjs when importing a relative file. Do not worry, you are not importing a javascript file, Typescript will automatically search for any .mts file with the same module name. It is confusing, people have complained about this behavior, but it is what it is.
-
A React Starter Template for the Impatient Developer
TypeScript - Type safety
- Unlock the Web’s Hidden Stacks: My Solo Journey from Hackathon MVP to Open-Source project
-
The Technology Behind SmoothCSV - The Ultimate CSV Editor
Frontend: TypeScript + React + Vite + pnpm
- BlockArt: Bringing GPT-4o Image Generation to Storyblok’s CMS
-
Do you really need the Cloud to work with AI?
N.B. If you are working with TypeScript and want to get the best DX possible, a types package that simplifies your work and enables IntelliSense for these APIs exists. @types/dom-chromium-ai This is the name of the package, and we have to thank you, Christian Liebel and Thomas Steiner, for it.
-
Building a Web-Based Excel Editor: A Comprehensive Guide
TypeScript for type safety in complex applications
- Queue Social Data Processing with Inngest + TypeScript in 15 Minutes
- CC-my-Jira: Agentic JIRA Ticketing via Postmark
-
How to add markdown to a Next.js project
This article assumes the reader is a developer that knows their way around Markdown, TypeScript, React.js, and [Next.js] https://nextjs.org/). Familiarity with Tailwind-css would also be useful.
What are some alternatives?
Duktape - Duktape - embeddable Javascript engine with a focus on portability and compact footprint
bolt.new - Prompt, run, edit, and deploy full-stack web applications. -- bolt.new -- Help Center: https://support.bolt.new/ -- Community Support: https://discord.com/invite/stackblitz
LuaJIT - Mirror of the LuaJIT git repository
Tailwind CSS - A utility-first CSS framework for rapid UI development.
jerryscript - Ultra-lightweight JavaScript engine for the Internet of Things.
zx - A tool for writing better scripts