文件名称:golive:Go中的Phoenix Live View
文件大小:6KB
文件格式:ZIP
更新时间:2024-03-14 21:42:24
Go
Golive 受Phoenix Live View启发的Go库! 目前正在开发中。 API可能随时更改。 例子 这是一个简单的计数应用程序,如 : func main () { h := golive . NewHub () http . Handle ( "/live" , h ) p := golive . NewPage ( controller , view ) h . RegisterPage ( "/" , p ) http . Handle ( "/" , p ) log . Println ( "listening on :3000" ) log . Fatalln ( http . ListenAndServe ( ":3000" , nil )) } func controller ( ctx context. Context , e golive.
【文件预览】:
golive-master
----go.mod(177B)
----live.go(2KB)
----page.go(754B)
----go.sum(949B)
----examples()
--------counter()
----README.md(1KB)
----html_shim.go(3KB)