simple-message-channels/NOTES.md

12 lines
490 B
Markdown
Raw Normal View History

# HOWTO port
- 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
2020-06-30 13:09:52 +00:00
- 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
2020-06-30 13:10:10 +00:00
- https://github.com/mafintosh/simple-message-channels#api