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/darienmiller88/websocketserver

Package Overview
Dependencies
Alerts
File Explorer
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/darienmiller88/websocketserver

v0.0.0-20221117202526-2ef0ff6b02e4
Source
Go
Version published
Created
Source

Websocket Server implemenation using Gorilla Websockets

This is a slightly modified websocket server implementation of the base example given by the team that created Gorilla websockets, with some personal touches added.

Features

  • Server will be able to broadcast messages to every connected client, or every client except the original sender.
  • Rooms will be implemented soon, allowing users to send messages only to other users in the same room

Installation

go get github.com/darienmiller88/WebSocketServer

FAQs

Package last updated on 17 Nov 2022

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