Created
June 18, 2020 04:23
-
-
Save Niraj-Fonseka/ab270c9252b340d7613d19c75cde8a18 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import { SensorRequest , SensorResponse } from "./sensorpb/sensor_pb" | |
import { SensorClient} from "./sensorpb/sensor_grpc_web_pb" | |
var client = new SensorClient('http://localhost:8000') |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment