package
Version:
v0.2.0
Opens a new window with list of versions in this module.
Published: Mar 13, 2019
License: AGPL-3.0
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
Clock Service
The Clock Service is a sample service that can be used as a template for
new services.
It exposes two gRPC APIs:
clock-local
that returns the current time
clock-remote
that connects to a remote node to ask its current time
Documentation
¶
Package clock is a simple application that sends the local time to a peer
every time it receives a byte from that peer.
It is meant to illustrate how to create network applications.
Source Files
¶
Directories
¶
|
|
|
|
Package protocol defines types for the clock protocol.
|
Package protocol defines types for the clock protocol. |
Package service defines types for the clock service.
|
Package service defines types for the clock service. |
Click to show internal directories.
Click to hide internal directories.