-
Notifications
You must be signed in to change notification settings - Fork 398
New Example Module Chat with Socket.io #44
Conversation
movibe
commented
Jan 27, 2015
- Bower: angular-socket-io
- Directive autofocus
- Include server/server.js socket.io
* Bower: angular-socket-io * Directive autofocus * Include server/server.js socket.io
…lar-admin into movibe-module-chat
|
I've enhanced it a little as you can see in this branch. It would be good if we have a list/number of active users, and a message when a user enters the room. In the future private messaging and notifications would be awesome too, but it looks like those are not the most easy things to do. |
|
Thanks @beeman ! I have other side projects, but this has been my favorite because while I'm contributing, I am learning a lot. As for the chat features, can do.
Think about changing the shape of socket.io, for when data is entered in the database, not as put on the server, in fact I got another example to see how it looked and I was glad you likes. |
|
A while back i've found this project, it has some nice features built in, it might be worth looking at too :) |
|
yes, i found this chat app from Tamas Piros too, you can have a look at a working example here http://onechat.herokuapp.com ;) |
|
@macbroadcast that one looks nice too. Do you know if the source is available? |
|
Seems like the build failed for a rather simple reason: |
|
I've decided to postpone the socket.io integration. I think it does not add enought value to the project at this moment. If someone needs it integrated it can check this PR, I'll mention it in the README. :) |