Protocols
Protocols copied to clipboard
A DSL for describing and implementing communication protocols
Results
1
Protocols issues
Sort by
recently updated
recently updated
newest added
Playing around with a simple greeter protocol for two communicating processes `A` & `B`. Where `A` is the front-end client process, and `B` is a back-end process. I believe there...