From dd2adaaf4d128c23e0cac4235a90be0fdf078243 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Tue, 30 Jun 2020 15:09:52 +0200 Subject: [PATCH] Add refs [ci skip] --- NOTES.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/NOTES.md b/NOTES.md index 77aa888..529df25 100644 --- a/NOTES.md +++ b/NOTES.md @@ -3,3 +3,8 @@ - its a sans-io module, no IO included - its got a callback API recv -> onmessage which Id like to replace - plan is then maybe to use a async with API for this handling + +- refs + - https://github.com/mafintosh/simple-message-channels/blob/master/index.js + - https://github.com/mafintosh/simple-message-channels/blob/master/test.js + - https://github.com/mafintosh/simple-message-channels/blob/master/example.js