proxy.golang.org : github.com/seanpfeifer/websocket
Package websocket implements the RFC 6455 WebSocket protocol. https://tools.ietf.org/html/rfc6455 Use Dial to dial a WebSocket server. Use Accept to accept a WebSocket client. Conn represents the resulting WebSocket connection. The examples are the best way to understand how to correctly use the library. The wsjson and wspb subpackages contain helpers for JSON and protobuf messages. More documentation at https://github.com/seanpfeifer/websocket. The client side supports compiling to Wasm. It wraps the WebSocket browser API. See https://developer.mozilla.org/en-US/docs/Web/API/WebSocket Some important caveats to be aware of: This example demonstrates a echo server. This example demonstrates full stack chat with an automated test.
      Registry
      -
      Source
      - Documentation
    - JSON
    - codemeta.json
    
    purl: pkg:golang/github.com/seanpfeifer/websocket
      
License: MIT
        
Latest release: about 2 years ago
        
First release: about 2 years ago
      
Namespace: github.com/seanpfeifer
    
      
Stars: 0 on GitHub
      
Forks: 0 on GitHub
      
See more repository details: repos.ecosyste.ms
      
Last synced: 13 days ago