Node Web Sockets in Hono
Hello all, I'm fairly new to Hono and I've recently picked it up for some of my projects and enjoyed it very much.
Im currently facing problems with one of my projects that uses WebSockets to communicate with Hardware boxes. And I will need another WebSocket as well to communicate with my frontend and mobile application.
I've searched for many solutions online but it looks like Hono with Node WebSockets is rarely talked about.
After a lot of trial and error I finally reached this code to let my socket run with Hono
[1/3]
Im currently facing problems with one of my projects that uses WebSockets to communicate with Hardware boxes. And I will need another WebSocket as well to communicate with my frontend and mobile application.
I've searched for many solutions online but it looks like Hono with Node WebSockets is rarely talked about.
After a lot of trial and error I finally reached this code to let my socket run with Hono
[1/3]


