Categorygithub.com/zekrotutorials/gowebsockettutorial
modulepackage
0.0.0-20181014094353-f1e0f1ab573e
Repository: https://github.com/zekrotutorials/gowebsockettutorial.git
Documentation: pkg.go.dev

# README

goWebSocketTutorial

Repo zu dem Go WebSocket Tutorial

# Functions

NewEventFromRaw creates an event object from raw binary JSON data.
No description provided by the author

# Constants

No description provided by the author

# Structs

Event contains events name and data.
No description provided by the author

# Type aliases

EventHandler defines a function which gets passed the event as instance pointer.