Skip to content

darienmiller88/WebSocketServer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Personal implementation of a WebSocket server using Gorilla WebSockets.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages