Skip to content

geoah/go-hotwire

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

go-hotwire

A POC/example on using Hotwire with Go, and a helper library to make server-sent events a bit easier.

Example

The example provided is a basic one-room chat that allows sending, receiving, editing, and removing messages.

Simply run the example, and checkout http://localhost:3000.

go run examples/basic/main.go

README-example.gif