module
0.0.0-20231218105451-36bff570fdd9
Repository: https://github.com/johnietre/jtrpc.git
Documentation: pkg.go.dev
# README
jtrpc
TODO
- Implement ping/pong
- Implement canceling requests
- Implement getting number of requests currently out and number of streams (servers and clients)
Go
- ServeHTTP (regular requests and websockets)
Julia
- Docs
- dial(String, Port) and dial(String) functions
- The second must split host and port
- Make HeaderDict type Dict{Bytes, Bytes} and add functions to get/set headers as strings