bfosberry / GameSocial

Socialize your gaming experience
GNU General Public License v2.0
11 stars 0 forks source link

User notification with alert details #27

Closed IRTermite closed 9 years ago

IRTermite commented 11 years ago

Pop-up notification when users/friends login, starts/joins game, sends requests, etc.

bfosberry commented 11 years ago

We should investigate tying into messaging systems wupfh style, steamchat, gtalk, chrome extentions, etc etc

bfosberry commented 9 years ago

socket.io looks like a great candidate for this. Can add a simple modal with dismissable events that pops up when things happen. Finally, I'll have to create event streams for each user, and push friends event streams with each of these events

bfosberry commented 9 years ago

Splitting whats left of this up into different tasks