Andrés
Can we bundle WS TRPC Server?
I'm trying to bundle just the file using esbuild, I just want to make a docker image that weights less through build and using an alpine image.
The problem is that the output image of just installing and using ts-node fileserver is quite big.
5 replies
Problem using EventEmitters [Weird behavior]
I'm trying to implement a simple notification in a webapp, I can't make it work with EventEmmiters
Looks like its connected but when I do something like emit an event
It simply doesnt work.
It does nothing, and it's like my emmiter
has 0 clients. (But the subscription is still connected according to the logger)
16 replies