
-
rquickjs
-
Nutrient
Nutrient – The #1 PDF SDK Library, trusted by 10K+ developers. Other PDF SDKs promise a lot - then break. Laggy scrolling, poor mobile UX, tons of bugs, and lack of support cost you endless frustrations. Nutrient’s SDK handles billion-page workloads - so you don’t have to debug PDFs. Used by ~1 billion end users in more than 150 different countries.
-
llrt
LLRT (Low Latency Runtime) is an experimental, lightweight JavaScript runtime designed to address the growing demand for fast and efficient Serverless applications.
AWS LLRT Modules
-
SQLite Documentation
-
query
Query is an all-in-one web development solution eliminating the need for external servers, runtimes, frameworks, caching, storage, and admin tools. (by gc-victor)
With so many tools claiming to make web development easier, how do you pick the right one? Join Query, a lightweight framework that simplifies JSX-based SSR without adding unnecessary complexity. Query offers an unusual approach by implementing an optimized JSX transform similar to Deno's JSX precompile transform. This transform prioritizes generating static HTML strings whenever possible, minimizing object creation and garbage collection overhead, resulting in significantly faster rendering times.
-
Testing your code shouldn't be a chore. Inspired by Jest and Bun's test runner, Query's built-in test suite makes testing seamless. With familiar functions like test, describe, and expect, writing and managing tests without extra tools is easy.
-
Deploying your app globally is so simple with Query's integration with Fly.io. Using LiteFS for distributed SQLite database replication, you can ensure low-latency access for users across different regions. Say goodbye to complex deployment pipelines.
-
Have you ever visited a website that took forever to load? Frustrating, isn't it? Fast loading times and smooth user experiences aren't just nice-to-haves—they're essential for keeping visitors around and ranking high on search engines. Server-Side Rendering (SSR) with JSX presents an effective solution to these challenges. Unlike client-side rendering, where JavaScript constructs the page within the user's browser, SSR generates the complete HTML on the server before sending it to the client. This approach offers significant benefits for performance, Search Engine Optimization (SEO), and overall simplicity.
-
CodeRabbit
CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
-
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.
Related posts
-
How to test Angular schematics?
-
Jest: A Delightful JavaScript Testing Framework
-
Generate HTML as PDF using Next.js & Puppeteer running on Serverless (Vercel/AWS Lambda) Martin Danielson
-
Disciplinr: AI Habit Assistant & Productivity Tracker
-
Comprehensive Guide to React Testing: From Fundamentals to Advanced Techniques