holepunchto / rpc

RPC over the Hyperswarm DHT
Apache License 2.0
15 stars 5 forks source link

Project Status #13

Closed ansarizafar closed 1 month ago

ansarizafar commented 1 month ago

What is the status of this project? Is this project dead?

kasperisager commented 1 month ago

Not in the slightest! Why did you get the impression that it's dead?

ansarizafar commented 1 month ago

Last commit was 8 month ago. Is it possible to use this lib with Bunjs?

mafintosh commented 1 month ago

mafintosh commented 1 month ago

@ansarizafar dont think it will, also depends heavily on libuv. runs on bare and node (and prop deno, but didnt try and no official support)

kasperisager commented 1 month ago

Bun uses libuv, but only on Windows, and Deno uses Tokio for asynchronous I/O, so neither will run our networking stack unfortunately.