A Dizcard private server written in PHP
This server is not ready for production because it is unfinished.
- Node.js
- OpenSSL (Win64 OpenSSL Light)
2015, 2016, 2017, 2018, 2019, 2020, 2021
- Run UwAmp Wamp Server or XAMPP.
- Put all the repository files in the www folder.
- Run
npm install ws https fsinside the wss-server folder. - Run
openssl req -x509 -newkey rsa:2048 -nodes -keyout key.pem -out cert.pem -days 365inside the wss-server folder. - Run
node .inside the wss-server folder.