1.0.1 • Published 2 years ago

beland-social-client v1.0.1

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
2 years ago

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.