index
:
pakakeh.go
dev
main
Collections of packages and tools for working with Go programming language.
Shulhan
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
websocket
/
examples
Age
Commit message (
Expand
)
Author
2026-02-13
lib/websocket: remove generated HTML files
Shulhan
2026-01-03
all: use SPDX license header format
Shulhan
2024-03-02
all: move the repository to "git.sr.ht/~shulhan/pakakeh.go"
Shulhan
2023-12-13
all: fix linter warnings reported by revive
Shulhan
2023-09-11
websocket/examples: unexport type chatClient in cmd/client
Shulhan
2023-09-11
websocket/examples: add missing comments
Shulhan
2023-07-03
websocket/examples: enhance the server and client
Shulhan
2023-06-29
lib/websocket: add option to set read/write timeout on Server
Shulhan
2022-06-09
lib/websocket: refactoring code
Shulhan
2022-05-09
all: reformat all codes using gofmt 1.19 (the Go tip)
Shulhan
2020-08-11
websocket: reformat some files
Shulhan
2020-08-11
websocket: move the server handler to ServerOptions
Shulhan
2020-08-11
websocket: add server options to change the connect and status paths
Shulhan
2020-06-10
all: update email address
Shulhan
2020-01-22
websocket: change the RouteHandler signature to return Response
Shulhan
2019-12-04
websocket: update documentation of AUTOBAHN and on examples
Shulhan
2019-11-14
websocket: add examples of WebSocket as chat server and client
Shulhan