/rxjs-grpc-helloworld

A simple example for rxjs-grpc with a streaming response.

Primary LanguageTypeScript

Hello-world example for rxjs-grpc

A simple example for rxjs-grpc with a streaming response.

This repository has been forked from the examples/helloworld directory in the rxjs-grpc repository. It has been updated to work with the latest releases of all packages.

Installation

$ npm install

Start the server

$ npm run server

Start the client

In another terminal:

$ npm run client