issues
search
raystack
/
raccoon
Raccoon is a high-throughput, low-latency service to collect events in real-time from your web, mobile apps, and services using multiple network protocols.
https://raystack.github.io/raccoon/
Apache License 2.0
199
stars
29
forks
source link
JS Client: Add websocket support
#101
Open
turtleDev
opened
1 month ago
turtleDev
commented
1 month ago
Adds support for Websocket protocol in Javascript Client.
User can pass in
options.protocol
as
ws
to request websocket protocol. (defaults to
rest
)
Client is now a subclass of
EventEmitter
. When
ws
protocol is enabled, the client emits an
ack
event for every server response.
Updated user documentation to add details about Websocket support
coveralls
commented
1 month ago
Pull Request Test Coverage Report for
Build 11218539072
Details
0
of
0
changed or added relevant lines in
0
files are covered.
No unchanged relevant lines lost coverage.
Overall coverage remained the same at
81.269%
Totals
Change from base
Build 10996506167
:
0.0%
Covered Lines:
1896
Relevant Lines:
2333
💛 -
Coveralls
options.protocol
asws
to request websocket protocol. (defaults torest
)EventEmitter
. Whenws
protocol is enabled, the client emits anack
event for every server response.