Replies: 1 comment 1 reply
-
Can you show how you use |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
tried using @teamwork/WebSocketJSONStream with the elysiajs .ws() path
TypeError: ws.on is not a function. (In 'ws.on("message", function(msg) {
Fair enough, probably caused by this not being sockets.io. Found this issue: #162, however
io.attachApp(elysiaApp)
didn't work (port in use), and I can't figure out how to use the elysia path.Clearly I am missing something. Should I use a wrapper? can I get Socket.io to work with Elysia?
Any help would be appreciated...
Beta Was this translation helpful? Give feedback.
All reactions