node-i2p
node-i2p copied to clipboard
NodeJS api for communicating over i2p
Hi there, Can you please specify which license the code is published under? Since there's no clear license, the code is technically not free and open source. I see that...
https://pastebin.com/aAfG8kAh node: v12.16.3 npm: 6.14.5 npm list: [email protected] /home/hacker/xxx/Client ├── [email protected] ├── [email protected] └── [email protected]
Hello, I tried the example code from the README. But when I try to connect to the server I get: > BaseConnection.js:41 client.reuseConn(); ReferenceError: client is not defined Could you...