<strong>Hono is fast</strong>
<p>{Promise.resolve(Object.assign(new String("Hono is lightweight"), {
  callbacks: [({ buffer }) => {
    buffer[0] = buffer[0].replace(/(fast|lightweight)/g, "really $1");
  }],
}))}</p>