Skip to content

VeDicium/sermo-socket-go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sermo Socket (Go)

This package implements a very basic version of a net socket via Golang via a basic HTTP object, called Sermo. It's possible to start a UNIX/TCP socket via this package, with some built in features.

Everyone that connects to this socket get's a uuid. It's possible to receive messages per client and respond to them via a basic HTTP-like interface. It's also possible to broadcast a message to all clients.

Feel free to dig into this package and find out how it works. Some more details will be added later (probably).

About

Really simple socket protocol for communicating with other applications

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages