Update README.md
This commit is contained in:
12
README.md
12
README.md
@ -1,4 +1,7 @@
|
|||||||
# AirSignal
|
# AirSignal
|
||||||
|
This is the nodejs webrtc signalling server code straight off the WebRTC Network solution by [Christoph Kutza](http://because-why-not.com/). The only difference is literally the name.
|
||||||
|
|
||||||
|
Use this to create a signalling server for WebRTC projects. AirSignal is used in [AirPeer](https://github.com/adrenak/airpeer), a general purpose WebRTC plugin for Unity as well as [UniVoice](https://github.com/adrenak/univoice), a VoIP solution for Unity based on AirPeer.
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
Install [Nodejs](https://nodejs.org/en/) which comes with [NPM](https://www.npmjs.com/get-npm)
|
Install [Nodejs](https://nodejs.org/en/) which comes with [NPM](https://www.npmjs.com/get-npm)
|
||||||
@ -17,12 +20,11 @@ Create ssl.cert and ssl.key to allow using secure connections. Add ssl details
|
|||||||
in `config.json` as per the structure shown in `config_template.json`
|
in `config.json` as per the structure shown in `config_template.json`
|
||||||
|
|
||||||
## Contact
|
## Contact
|
||||||
The original creator of the server Christoph Kutza can be reached here:
|
The original creator of the server Christoph Kutza can be reached here:
|
||||||
Send a mail to contact@because-why-not.com or BecauseWhyNotHelp@gmail.com or visit http://because-why-not.com !
|
Send a mail to contact@because-why-not.com or BecauseWhyNotHelp@gmail.com or visit http://because-why-not.com
|
||||||
|
|
||||||
If you're here from [AirPeer](https://www.github.com/adrenal/airpeer) and have questions about it, contact Vatsal Ambastha:
|
If you're here from [AirPeer](https://www.github.com/adrenal/airpeer) or [UniVoice](https://www.github.com/adrenal/univoice) and have questions about them, contact Vatsal Ambastha:
|
||||||
|
|
||||||
[@email](ambastha.vatsal@gmail.com)
|
[@email](ambastha.vatsal@gmail.com)
|
||||||
[@github](https://www.github.com/adrenak)
|
[@github](https://www.github.com/adrenak)
|
||||||
[@website](http://www.vatsalambastha.com)
|
[@website](http://www.vatsalambastha.com)
|
||||||
[@twitter](https://www.twitter.com/vatsalAmbastha)
|
[@twitter](https://www.twitter.com/vatsalAmbastha)
|
||||||
|
Reference in New Issue
Block a user