mirror of
https://github.com/matrix-org/matrix-js-sdk.git
synced 2025-12-01 04:43:29 +03:00
50f5279fb7761f8fef0b4d346e2693f23c21e3a2
Matrix Javascript SDK
This is the Matrix Client-Server v1
SDK for Javascript. This SDK can be run in a browser (using
browserify or stand-alone with a suitable
request.js) or in Node.js.
Quickstart
In a browser
Host examples/browser (e.g. using
python -m SimpleHTTPServer) and check the console to see a
working version.
In Node
Run examples/node via
node app.js to see a working version.
Description
Languages
TypeScript
99.4%
Python
0.4%
JavaScript
0.2%