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
/
server_test.go
Age
Commit message (
Expand
)
Author
2026-01-03
all: use SPDX license header format
Shulhan
2024-03-05
all: comply with linter recommendations #2
Shulhan
2024-03-02
all: move the repository to "git.sr.ht/~shulhan/pakakeh.go"
Shulhan
2024-02-15
all: set unused parameter to "_"
Shulhan
2023-12-13
all: fix linter warnings reported by revive
Shulhan
2023-07-01
lib/websocket: handle concurrent upgrade using goroutine
Shulhan
2022-06-09
lib/websocket: refactoring code
Shulhan
2021-03-14
all: refactoring the test.Assert and test.AssertBench signature
Shulhan
2020-08-11
websocket: add server options to change the connect and status paths
Shulhan
2020-08-10
websocket: add HTTP endpoint to check server health status
Shulhan
2019-11-14
websocket: update NewServer usage on test
Shulhan
2019-03-20
websocket: use custom HTTP parser for client
Shulhan
2019-03-17
websocket: simplify client handshake process without handler and context
Shulhan
2019-03-17
websocket: rewrite client to use centralized handler
Shulhan
2019-03-04
websocket: refactoring client, add specific SendXxx methods
Shulhan
2019-03-04
websocket: simplify client APIs
Shulhan
2018-11-29
all: fix warnings from linters
Shulhan
2018-11-29
all: fix warning from linters
Shulhan
2018-07-06
Add implementation of websocket server and client (RFC 6455)
Shulhan