beland-social-client
v1.0.1
Published
A client to handle messaging and friendship between Beland users
Downloads
2
Readme
Beland Social Client
Welcome to the Social Client library. This client can be used to interact Beland's users, providing the ability to send private messages and add people as friends.
Installation
npm install beland-social-client
Usage
You can check the entire API here.
Behind the curtains
In order to provide reliable communication between users, this client connects to a Matrix server. In particular, we are using the Matrix JS SDK, since it provides easy ways to send messages of all kinds, raise events, and much more.