Skip to content

Add function to render HTML directly into ByteBuffer #66

@Cyberbeni

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions