socket-emit-back
v0.10.5
Published
Dev library for triggerig predefined events with data (for dev/test environments)
Downloads
4
Maintainers
Readme
socket-emit-back
Description
Dev library for testing events emits for web sockets (primarily for SocketIO)
It allows you to add event at the server that client can use to emit immediate or delayed evenets from the server for testing UI behaviour.
https://github.com/alexgalkin/socket-emit-back/assets/1190812/136174ec-19c1-4be3-9a96-cb508acd1987
Known issues / limitations
namespace
paramter is not working at the moment; demo folder contains the example using root namespace.
Important
This library should NOT be used on production environment.