Add server files
This commit is contained in:
28
README.md
Normal file
28
README.md
Normal file
@ -0,0 +1,28 @@
|
||||
# AirSignal
|
||||
|
||||
## Installation
|
||||
Install [Nodejs](https://nodejs.org/en/) which comes with [NPM](https://www.npmjs.com/get-npm)
|
||||
After installing run the following commands:
|
||||
|
||||
`npm install`
|
||||
This will install all required packages for it to work.
|
||||
|
||||
`node server.js`
|
||||
This will run the server using config.json
|
||||
|
||||
You can change used ports and other details in the file config.json.
|
||||
|
||||
## SSL
|
||||
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`
|
||||
|
||||
## Contact
|
||||
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 !
|
||||
|
||||
If you're here from [AirPeer](https://www.github.com/adrenal/airpeer) and have questions about it, contact Vatsal Ambastha:
|
||||
|
||||
[@email](ambastha.vatsal@gmail.com)
|
||||
[@github](https://www.github.com/adrenak)
|
||||
[@website](http://www.vatsalambastha.com)
|
||||
[@twitter](https://www.twitter.com/vatsalAmbastha)
|
Reference in New Issue
Block a user