PlayNetwork / json-ipc-lib

An ES6 native Node library for creating and consuming a UNIX Domain Socket and messaging with JSON-RPC 2.0 for inter process communication.
7 stars 3 forks source link

.mjs babel free version? #4

Open dkebler opened 6 years ago

dkebler commented 6 years ago

I was looking for a unix socket only IPC messaging module written in es6 and yours looks like it.

I've only adopted es6 as it has come available in nodejs and now the last bit, the es6 modules, are now available as a switch using .mjs extension See https://medium.com/@dandv/publishing-native-es-modules-with-node-v8-5-0-730736e0f612

are you willing to do alt version with .mjs removing the babel and sourcemap stuff??

Then I can use it without change going forward. Thx.

brozeph commented 6 years ago

@dkebler - thank you for the link and recommendation on this! We'll take a look - but if you want to submit a PR, that would be great too!