How can I listen to contract events on the node js server?
- We call the contract function on a react app;
- This function emits an event;
- I want to listen to it on nodejs;
- And from there create a raw document that would be stored in mongo.
Unfortunately, I cannot use Moralis on this occasion. I’m looking for a way to do it without it.