[ci skip]
This commit is contained in:
Luke Murphy 2020-06-30 15:09:52 +02:00
parent 1c67ca74e4
commit dd2adaaf4d
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with 5 additions and 0 deletions

View File

@ -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