18a684e0be837aa44ba8577e25e6587c6af5fdfd
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. .. _Matrix: http://matrix.org .. _examples/browser: examples/browser .. _examples/node: examples/node
Description
Languages
TypeScript
99.4%
Python
0.4%
JavaScript
0.2%