The Nomo Messenger Kit is not yet usable. Please roll your own matrix-functions if you cannot wait for it.
See the api-docs for a list of individual functions.
See the Decentralized Messenger Philosophy for understanding the goals of the Decentralized Messenger.
The Decentralized Messenger is one of the core foundations of the Nomo App.
nomo-messenger-kit
empowers JS-developers to interact with the Decentralized Messenger.
nomo-messenger-kit
is intended for both WebOns/frontends and NodeJS/backends.
Internally, nomo-messenger-kit
relies on the matrix-js-sdk for its operations.
If needed, you can always bypass the nomo-messenger-kit
and invoke the lower-level matrix-js-sdk directly.
First, install it via npm:
npm i nomo-messenger-kit
TODO: add some instructions
TODO: link individual Unit tests
To complement the static API-docs, the Unit tests act as an executable documentation for the nomo-messenger-kit
.
Furthermore, the Unit tests serve as a test for the backend infrastructure of the Decentralized Messenger.
The Nomo Assistant Listener is a AI model which answeres to your questions in a chat. To start the listener, run the following command:
npm install
node dist/ai_chat/listen_on_messages.js