Requiring Node.js modules from ClojureScript (with Dead-code elimination)

Node.js module support has been greatly enhanced in the upcoming release of theClojureScript compiler. This post explains how to seamlessly require… Read more

Similar

Publish Your First Node Library Using NPM

If you are a Node.js developer, using npm packages won’t be a new concept to you. From complex npm packages like express to simple packages, npm hosts a large number of Node.js libraries that simplify the workload of Node developers. But have you ever tho... (more…)

Read more »

ES modules in Node today

Enable ES modules in Node today with a new opt-in, spec-compliant, ECMAScript (ES) module loader that enables a smooth transition between Node and ES module formats with near built-in performance! (more…)

Read more »