Skip to content

Add function to render HTML directly into ByteBuffer #66

Description

@Cyberbeni

I am creating a HTMX SSE based website where I want to send the same event to all the clients, so I want to just render that event into a ByteBuffer once and then pass a copy of that buffer to all the ResponseBodyWriter instances. Currently I'm rendering into a string and then writing that into the buffer which works fine, just copies the data more than necessary.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions