From 97719e2327d0a35d2acfaee5b49db472e328a2ab Mon Sep 17 00:00:00 2001 From: ehmicky Date: Tue, 22 Jan 2019 12:21:29 +0100 Subject: [PATCH] Add guide to writing portable Node.js guide This guide explains how to write Node.js code that works on any OS. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b6c46cc..4edc1c5 100644 --- a/README.md +++ b/README.md @@ -2420,3 +2420,4 @@ A curated list of awesome JavaScript frameworks, libraries and software. * [bestiejs/benchmark.js](https://github.com/bestiejs/benchmark.js) - A benchmarking library. As used on jsPerf.com. * [xoxco/jQuery-Tags-Input](https://github.com/xoxco/jQuery-Tags-Input) - Magically convert a simple text input into a cool tag list with this jQuery plugin. * [scripted-editor/scripted](https://github.com/scripted-editor/scripted) - The Scripted code editor +* [Portable Node.js guide](https://github.com/ehmicky/portable-node-guide) - Practical guide on how to write portable/cross-platform Node.js code