This repository was archived by the owner on Aug 18, 2020. It is now read-only.
Socket.io connector #143
Labels
api
Requires api changes
enhancement
New feature or request
io
Relies on a connector / input / output / parameter
major
Needs a major platform / framework / build environment rework
Milestone
Description
The Tipeeestream connector and the StreamElements connector already use socketIO but it may be beneficial to have a simple connector to listen for or emit socket events directly.
We could also use some inheritance to save a some duplicated code.
References
socket.io client: https://github.com/socketio/socket.io-client-java
TipeeestreamConnector: https://github.com/codeoverflow-org/chatoverflow/blob/develop/src/main/scala/org/codeoverflow/chatoverflow/requirement/service/tipeeestream/TipeeestreamConnector.scala
StreamElementsConnector: https://github.com/codeoverflow-org/chatoverflow/blob/develop/src/main/scala/org/codeoverflow/chatoverflow/requirement/service/streamelements/StreamElementsConnector.scala
The text was updated successfully, but these errors were encountered: