You can create a SimpleX Chat chat-bot with 17 lines of JS code using the new Node.js library.Beta version: https://npmjs.com/package/simplex-chat/v/6.5.0-beta.4.4Source code: https://github.com/simplex-chat/simplex-chat/tree/master/packages/simplex-chat-nodejsTo run this example with Node.js:npm i simplex-chat@6.5.0-beta.4.4node ./node_modules/simplex-chat/examples/squaring-bot-readme.js