You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

github.com/betamos/go-websocket

Package Overview
Dependencies
Alerts
File Explorer
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/betamos/go-websocket

v0.0.0-20130306040836-d086d4a3d4a3
Source
Go
Version published
Created
Source

Go-WebSocket

Implementation of the WebSocket protocol in Go according to RFC 6455. Others have done the same, they may be better or worse, I haven't looked at them. I did this for the fun in following the RFC.

As a server

Currently this project aims at providing a well performing WebSocket server, and it currently lacks client capabilities. Features include:

  • Multiple client connections, recieved asynchronously on a channel
  • Sending and recieving text messages

License

Copyright (C) 2013 Didrik Nordström

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License version 3 as published by the Free Software Foundation.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

FAQs

Package last updated on 06 Mar 2013

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts