Chat-app-using-Nodejs icon indicating copy to clipboard operation
Chat-app-using-Nodejs copied to clipboard

Chat room questions

Open Nlaux opened this issue 3 years ago • 2 comments

Hi,

This is a great starting point for what I'm trying to do and it's be a great learning tool, thanks for putting this project. I'm still pretty new to socket.io / node and I was wondering if you might have a few suggestions for me.

  1. How could I move this from localhost to my web server? (I have a webserver / domain name pointing to my home webserver), so instead it running at localhost, I'd rather it run at my domain name if possible.

  2. How might I go about adding room names to the main join screen? So when a new user is going to join the a chat room, there would be an additional dropdown field that would show the already created rooms, so they could just pick from a list.

Thanks for your advice!

Nlaux avatar Apr 27 '21 23:04 Nlaux