#1109242 ITP: ws -- Tiny WebSocket library for Go.

Package:
wnpp
Source:
wnpp
Submitter:
Leonardo Arias Fonseca
Date:
2025-11-29 16:57:57 UTC
Severity:
normal
#1109242#5
Date:
2025-07-14 05:22:09 UTC
From:
To:
* Package name    : ws
   Version         : 1.4.0-1
   Upstream Author : Sergey Kamardin
* URL             : https://github.com/gobwas/ws
* License         : Expat
   Programming Lang: Go
   Description     : Tiny WebSocket library for Go.

  RFC6455 (https://tools.ietf.org/html/rfc6455) WebSocket
  implementation in Go.
  .
  Features
  .
   * Zero-copy upgrade
   * No intermediate allocations during I/O
   * Low-level API which allows to build your own logic of packet handling
     and
     buffers reuse
   * High-level wrappers and helpers around API in wsutil package, which
     allow
     to start fast without digging the protocol internals

I want to package this library to unblock mev-boost, ITP bug #1107167,
and go-ethereum, ITP bug #890541.