From 75c24d50563ac71ca2645434b6cf986ce36d929b Mon Sep 17 00:00:00 2001 From: ehmicky Date: Wed, 23 Jan 2019 11:29:00 +0100 Subject: [PATCH] Add Portable Node.js guide This is guide on how to write Node.js code that works on Windows, Mac and Linux. --- building-for-cross-platform.md | 1 + 1 file changed, 1 insertion(+) diff --git a/building-for-cross-platform.md b/building-for-cross-platform.md index dbcc01d..007d99f 100644 --- a/building-for-cross-platform.md +++ b/building-for-cross-platform.md @@ -1,3 +1,4 @@ ## Writing cross-platform modules and apps * [Writing cross-platform Node.js on shapeshed.com](http://shapeshed.com/writing-cross-platform-node/) * [domenic/portable-node.md](https://gist.github.com/domenic/2790533) +* [Portable Node.js guide](https://github.com/ehmicky/portable-node-guide)