mbuet2ner / JEasyCrypto

A project for educational purposes for the course "Open Source Software Development" at the University of Oulu
GNU General Public License v3.0
2 stars 23 forks source link

Add the possibility to provide the server port from the command line #22

Closed Willie-Boy closed 4 years ago

Willie-Boy commented 4 years ago

6 This adds the possibility to provide the server port from the command line (e.g., ./start.sh 3000 starts the server listening on port 3000). If the port is not provided from the command line, port 10000 is used.