Libraries



My failed attempt to shrink all npm packages by 5%
In 2022, I had an idea that could decrease the size of all newly-published npm packages by about 5%, and it was completely backwards compatible. This would have improved performance and reduced storage costs.
I eagerly pitched this idea to the np...



goldbergyoni/nodebestpractice The Node.js best practices list (July 2024)
1. You are reading dozens of the best Node.js articles - this repository is a summary and curation of the top-ranked content on Node.js best practices, as well as content written here by collaborators
2. It is the largest compilation, and it is g...


AlaSQL/alasql: AlaSQL.js - JavaScript SQL database for browser and Node.js. Handles both traditional relational tables and nested JSON data (NoSQL). Export, store, and import data from localStorage, IndexedDB, or Excel.
AlaSQL - ( à la SQL ) [ælæ ɛskju:ɛl] - is an open source SQL database for JavaScript with a strong focus on query speed and data source flexibility for both relational data and schemaless data. It works in the web browser, Node.js, and mobile apps...


remarkablemark/html-react-parser: 📝 HTML to React parser.
📝 HTML to React parser. Contribute to remarkablemark/html-react-parser development by creating an account on GitHub.HTML to React parser that works on both the server (Node.js) and the client (browser):
HTMLReactParser(string[, options])
The pars...