node-i2p icon indicating copy to clipboard operation
node-i2p copied to clipboard

NodeJS api for communicating over i2p

Results 3 node-i2p issues
Sort by recently updated
recently updated
newest added

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...