Kevin Menhinick
Kevin Menhinick
@dherault all I have done is here is attempted to more closely emulate the behaviour of AWS API Gateway WebSocket APIs, which send a response socket event when messages are...
@coulson84 sorry for the late reply. I haven't looked at this in months but I've just pulled master over it and was looking at my code... I think I had...
Hey @dherault, I reckon this PR is still good to include as it appears to make offline WebSockets more closely follow AWS Lambda's behaviour with default responses etc. I'm so...
> If you install bun via homebrew and do nothing else is not going to work. Installing via `curl -fsSL https://bun.sh/install | bash` solve the problem This worked for me...
@slavaGanzin thanks, I just tried this with `Bun v1.1.14`, and while the program waits for input, pressing `q` doesn't quit, as it does on node with ts-node. The ctrl +...