achhayapathak / termtalk

Npm package to securely chat with your friend through your CLI.
https://www.npmjs.com/package/termtalk
MIT License
1 stars 2 forks source link

Port Validation on server side #22

Open achhayapathak opened 2 weeks ago

achhayapathak commented 2 weeks ago

Whenever a user enters a port that is already in use the log shows an error and exits the application. Ideally, we shouldn't exit the running application unless the user himself triggers the exit process. Instead of exiting, the user should be prompted to enter another port number.

ketansahugit commented 1 week ago

Hi, I'm working on this issue. Could you please assign it to me?

achhayapathak commented 1 week ago

@ketansahugit Sure, go ahead! Just take a look at this message before contributing: https://github.com/achhayapathak/termtalk/issues/16#issuecomment-2184983802 Make sure to go through the readme file as well.