Skip to content

mlsen/raidcomp

Repository files navigation

#Raid Composer

##Socket Actions:

A client should listen on the sockets compId and compId:userId
Example

socket.on(compId + ':' + userId, function () { ... });

Client issueing socket actions need to use the socket raidcomp
Example

socket.emit('raidcomp', { action: ..., ... });

Required params for all socket actions

  • action
  • compId
  • user

###Available Socket Actions

addCharacter
moveCharacter
removeCharacter
addRaid
removeRaid
requestNames
sendName

About

WoW Raid Composer

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published