@signalwire/realtime-api
SignalWire RealTime SDK
The RealTime SDK enables Node.js developers to connect and use SignalWire's RealTime APIs within their own Node.js code. Our RealTime SDK allows developers to build or add robust and innovative communication services to their applications.
Getting Started
Read the implementation documentation, guides and API Reference at the official SignalWire RealTime SDK Documentation site.
Contributing
SignalWire RealTime SDK is open source and maintained by the SignalWire team, but we are very grateful for everyone who has contributed and assisted so far.
If you'd like to contribute, feel free to visit our Slack channel and read our developer section to get the code running in your local environment.
Developers
The RealTime SDK is a package inside the signalwire-js monorepo. To setup the dev environment follow these steps:
- Download the installer for the LTS version of RealTime. This is the best way to also install npm.
- Fork the signalwire-js repository and clone it.
- Create a new branch from
main
for your change. - Run
npm install
to install global dependencies. - Navigate into the
realtime-api
directory with cd packages/realtime-api
. - Make changes!
Versioning
SignalWire RealTime SDK follows Semantic Versioning 2.0 as defined at http://semver.org.
License
@signalwire/realtime-api
is copyright © 2018-2021 SignalWire. It is free software, and may be redistributed under the terms specified in the MIT-LICENSE file.