koorchik / node-mole-rpc

Transport agnostic spec compliant JSON RPC client and server
MIT License
61 stars 13 forks source link

Document transport interface #18

Open ghost opened 3 years ago

ghost commented 3 years ago

This library looks very cool, but it's strange how its one touted feature, custom transports, is poorly documented. I found more success look at the lib's source code than looking at other transport implementations. If the interface is so simple, please consider just documenting it.

The autotester just tells me if my interface is correct, but I have to bumble my way to what is correct first.