Add server files

This commit is contained in:
Vatsal Ambastha
2021-05-28 18:57:48 +05:30
parent 5ea25271d8
commit 45e609df64
8 changed files with 673 additions and 60 deletions

28
README.md Normal file
View 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)