walbang-template
v1.0.20
Published
This is the template module for walbang.
Downloads
2
Readme
This is the template module for walbang.
(Note to self) - Interface to respect:
friend.interface
chat-friend-giver.interface as ChatFriendGiver
stream.interface
stream-service.interface
auth-service.interface
friend interface is the interface for the friends in the left panel
chat-friend-giver is the interface to give to the websocket responsible of the chat so it will give friends via an observable
stream interface is for the stream list in the media tab
stream-service.interface requires an observable of an array of Stream
auth-service interface is for the service responsible of authentication.