SaaSHub helps you find the best software and product alternatives Learn more →
Top 23 JavaScript Browser Projects
-
Sanity.io Next.js
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
On top of that, I learned about Monaco Editor (the same editor that powers Visual Studio Code) and decided to integrate it to provide real-time syntax highlighting for my DSL. I had to learn how to add a custom language to it, and it was incredibly satisfying when the editor correctly highlighted valid input and flagged errors. Each new piece of complexity taught me something new, things I would not have learned if I had taken the "easy" route.
-
Project mention: WebTorrent: Fast Streaming Torrent Client for the Web | news.ycombinator.com | 2024-08-05
-
Project mention: Which open-source projects are widely used but maintained by just a few people? | news.ycombinator.com | 2024-09-09
Mocha js testing framework is widely used and maintained by a small team https://github.com/mochajs/mocha/issues/5027
-
-
Project mention: Mozilla's lapse in judgement causes clash with uBlock Origin developer | news.ycombinator.com | 2024-10-01
The replacement is Brave browser https://brave.com/. Skip the crypto. Enjoy the integrated ad blocking.
-
-
Browserify to use node packages in the browser.
-
-
transformers.js
State-of-the-art Machine Learning for the web. Run 🤗 Transformers directly in your browser, with no need for a server!
pgvector is enabled by default in postgres.new, meaning you can create and query vector columns on any table immediately. Of course, this is only useful if you have real embeddings to work with - so we gave AI access to Transformers.js which allows you to generate text embeddings directly in the browser, then store/query them in PGlite.
-
debug
A tiny JavaScript debugging utility modelled after Node.js core's debugging technique. Works in Node.js and web browsers
Number of dependencies: one way to tell if a library is not too challenging to be used as study source is based on the production dependencies count. The fewer the better. For example, I chose debug because it only has 1 dependency (ms), while the rest of the code relies on core NodeJS modules - which is exactly what I was looking for - to learn how to build a library from scratch, not off the shelf libraries with many external deps, which in turn are based on more deps. There you go, dependency hell.
-
Project mention: Polly.js – Record, replay, and stub HTTP interactions | news.ycombinator.com | 2024-01-08
They "pushed" out this project in 2018
https://github.com/Netflix/pollyjs/commit/281115d359ee0da5e0...
-
-
-
artillery
The complete load testing platform. Everything you need for production-grade load tests. Serverless & distributed. Load test with Playwright. Load test HTTP APIs, GraphQL, WebSocket, and more. Use any Node.js module.
-
WebKit
Home of the WebKit project, the browser engine used by Safari, Mail, App Store and many other applications on macOS, iOS and Linux.
-
Project mention: Tree-shaking, the horticulturally misguided algorithm | news.ycombinator.com | 2024-04-13
A microcosm of the wasm issue was captured in this thread about implementing a web based git in JavaScript from scratch vs. compiling libgit
https://github.com/isomorphic-git/isomorphic-git/issues/268
-
-
-
-
-
Project mention: Browser extensions are underrated: the promise of hackable software | news.ycombinator.com | 2024-02-04
Check out Firefox examples on github, you’ll like it, I’ve had great experience learning from them to add nifty features to my browser:
https://github.com/mdn/webextensions-examples
-
JavaScript Browser discussion
JavaScript Browser related posts
-
The Unraveling of Space-Time
-
Mozilla's lapse in judgement causes clash with uBlock Origin developer
-
No same site = None cookies for iOS18
-
How to Create a Secure Newsletter Subscription with NextJS, Supabase, Nodemailer and Arcjet 🔐💯
-
Show HN: YourNextStore – an open-source Shopify with Stripe as the back end
-
WebP: The WebPage Compression Format
-
Brave Deprecates IPFS Support
-
A note from our sponsor - SaaSHub
www.saashub.com | 7 Oct 2024
Index
What are some of the best open-source Browser projects in JavaScript? This list will help you:
Project | Stars | |
---|---|---|
1 | Next.js | 125,452 |
2 | Monaco Editor | 40,032 |
3 | webtorrent | 29,479 |
4 | mocha | 22,576 |
5 | Nightmare | 19,538 |
6 | brave-browser | 17,628 |
7 | SingleFile | 15,242 |
8 | browserify | 14,598 |
9 | karma | 11,951 |
10 | transformers.js | 11,161 |
11 | debug | 11,120 |
12 | pollyjs | 10,212 |
13 | TestCafe | 9,817 |
14 | bpmn-js | 8,548 |
15 | artillery | 7,940 |
16 | WebKit | 7,910 |
17 | isomorphic-git | 7,449 |
18 | simple-peer | 7,386 |
19 | hotkeys-js | 6,639 |
20 | Noi | 6,183 |
21 | bowser | 5,477 |
22 | webextensions-examples | 4,086 |
23 | LevelUP | 4,079 |