Bringing Rails-Like Migrations to JavaScript with Knex.js
With a little intuition and a lot of help from Google, we stumbled upon Knex.js—an SQL query builder that is meant to be flexible, portable, and fun to use.
Read more »
JSC.js is a JavaScript engine that can run on top of your browser’s JavaScript engine. It’s based on the JavaScript engine (JavaScriptCore) of WebKit and compiled to wasm with emscripten. Therefore, if you’re using Safari, you are running its JavaScript e… Read more