MatthewLavine / NodeJS-Chat

NodeJS based chat App
https://hardorange-chat.herokuapp.com/
MIT License
33 stars 11 forks source link

Implement Rooms #11

Closed MatthewLavine closed 10 years ago

MatthewLavine commented 10 years ago

https://github.com/LearnBoost/socket.io/wiki/Rooms

MatthewLavine commented 10 years ago

Complete in a5d064f1e4bbe8619af692882d45527109e0d77f and 2ee5f2aed633e7acc39eff413dedc704f94571b0.

ghost commented 10 years ago

podras colocar una lista donde muestre las salas que estan online, sin necesidad de entrar a otra sala con /join puede ser desde el menu que se muestre las salas no solamente la sala preterminada

MatthewLavine commented 10 years ago

There is currently the "/channels" command that shows all current active rooms.

ghost commented 10 years ago

ok, pero se podra la opcion de que en menu, se muestren las salas sin necesidad de colocar el /channels

ghost commented 10 years ago

preguntaba por que, estoy pasando tu app, a un sistema para mobiles que es Firefox Os

ghost commented 10 years ago

se podra cambiar currentChannel a /channel

function(a){$(".currentChannel").html(a.channel),$(".tab-bar-section").children(".title").html($(".currentChannel").html()

ghost commented 10 years ago

asi como esta usersList se puede con channelList a eso me refiero.