Ethan's dev spot

EDS

Ethan's dev spot

Join the community to ask questions about Ethan's dev spot and get answers from other members.

Join

htmx and Elysia Websocket message not rendering

Currently im trying to learn htmx with Elysia by creating a chat app using the websocket from Elysia. This is my html code: <body> <div> <form hx-ext="ws" ws-connect="/chatroom" hx-target="#chat_room" ws-send>...