Skip to content

rough proof of concept for asynchronous Cap'n Proto RPC over TLS

Notifications You must be signed in to change notification settings

ian-p-cooke/capntls

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

capntls

rough proof of concept for asynchronous Cap'n Proto RPC over TLS

cargo build 
./target/debug/capntls server localhost:3276
./target/debug/capntls client localhost:3276

cargo build --examples
./target/debug/examples/no_tls server localhost:3277
./target/debug/examples/no_tls client localhost:3277

About

rough proof of concept for asynchronous Cap'n Proto RPC over TLS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages