Package Exports
- tinode-sdk
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (tinode-sdk) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Javascript bindings for Tinode
See demo at http://api.tinode.co/ (source)
NPM package is at https://www.npmjs.com/package/tinode-sdk
You may include the latest standalone minified SDK into your html file as
<script crossorigin
src="https://unpkg.com/tinode-sdk/umd/tinode.prod.js">
</script>or while developing as
<script crossorigin
src="https://unpkg.com/tinode-sdk/umd/tinode.dev.js">
</script>Getting support
- Read client-side and server-side API documentation.
- For support, general questions, discussions post to https://groups.google.com/d/forum/tinode.
- For bugs and feature requests open an issue.