This website requires JavaScript.
Explore
Help
Sign in
elara6331
/
drpc
Watch
1
Star
0
Fork
You've already forked drpc
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
No description
9
commits
1
branch
0
tags
33
KiB
Go
100%
master
Find a file
HTTPS
Download ZIP
Download TAR.GZ
Download BUNDLE
Open with VS Code
Open with VSCodium
Open with Intellij IDEA
Exact
Exact
Union
RegExp
Repository files (latest commit first)
Filename
Latest commit message
Latest commit date
Elara Musayelyan
8c0677d035
Update license
2023-08-28 17:33:39 -07:00
muxconn
Return error if connection is closed
2023-01-04 14:12:10 -08:00
muxserver
Stop server on context cancellation
2023-03-28 13:25:54 -07:00
go.mod
Update go.mod domain
2023-04-20 19:12:09 -07:00
go.sum
Initial Commit
2023-01-03 12:56:09 -08:00
LICENSE
Update license
2023-08-28 17:33:39 -07:00
README.md
Add README
2023-01-03 13:10:06 -08:00
README.md
drpc
This repo contains utilities for the
DRPC
framework.
Currently, it contains the following utilities:
muxconn
: Drop-in replacement for drpcconn with stream multiplexing support via yamux.
muxserver
: Drop-in replacement for drpcserver with stream multiplexing support via yamux.