I implemented communication with the auxiliary port to receive post_event in the project. This is in node-firebird-dev, but the package is outdated.
It is currently a feature that I am using in production and would like to share for the project.
The pull request adds 3 new methods in the Connection class.
A new class to handle the connection to the auxiliary port.
A a new class to handle incoming events.
Creation is done through the attachEvent method of the Database class.
I implemented communication with the auxiliary port to receive post_event in the project. This is in node-firebird-dev, but the package is outdated.
It is currently a feature that I am using in production and would like to share for the project.
The pull request adds 3 new methods in the
Connection
class. A new class to handle the connection to the auxiliary port. A a new class to handle incoming events. Creation is done through theattachEvent
method of theDatabase
class.Tests were also implemented.