Chat-app-using-Nodejs
Chat-app-using-Nodejs copied to clipboard
Chat room questions
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.
-
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.
-
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!