Mya

Results 84 comments of Mya

@zeebo per your comment on #7, is it ok that the node library is written in typescript? I don't mind swapping, but it's just my preference since it makes reasoning...

Alright. @zeebo I wrapped up the last of the `drpcwire` package in Node. There's one bug right now where I reset the ID after successfully processing a packet, but that's...

Made some good progress on this during a rainy Sunday. I've got what looks like a possibly workable socket layer? When I've got some time, I'll throw together a directory...

Hey @paralin! I've got the start to an implementation here: https://github.com/mjpitz/drpc-node The drpcsocket layer tries to work with a generic reader / writer implementation so it should be able to...

Ignore me... I just realized I was writing my library in typescript and was planning on compiling over to JavaScript for publishing.... From your README, the interfaces look similar to...

Right... but you should be able to do that with my drpc implementation as well... as long as the websocket implements the reader and writer interfaces. I do like that...

No worries! I'll try and pull something together when I have a minute. Just wanted to make sure I wasn't missing something.

Interesting. I'm curious what's different between this project and the others. I can try and look tomorrow.

Would be great if we could work in open source instead of relying on the github-sync tool. That thing frequently breaks. I know many other teams have move off of...