File: README.md

package info (click to toggle)
rpyc 6.0.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,320 kB
  • sloc: python: 6,401; makefile: 122
file content (2 lines) | stat: -rw-r--r-- 164 bytes parent folder | download | duplicates (2)
1
2
# Simple Echo Server
The client will open a connection once and send a message. The server is a `OneShotServer`. So, the server will close once the client is done.