Add polling connection and following handler

Repository details (botten-nappet)
Project page
botten-nappet
Project category
(195 entries)
Owner
@joelpurra
Commit details (7a136d81)
Author
Authored at
Committer
Joel Purra
Committed at

Commit message

Add polling connection and following handler

Raw text
Add polling connection and following handler

Changed files (9)

Path Additions Deletions
index.js +18 -8
package-lock.json +29 -4
package.json +1 -0
src/twitch/connection-manager.js +80 -0
src/twitch/irc/handler/subscribing.js +1 -1
src/twitch/irc/irc-manager.js +5 -50
src/twitch/polling/handler/following.js +96 -0
src/twitch/polling/polling-connection.js +161 -0
src/twitch/polling/polling-manager.js +35 -0

Commit categories (3)