Skip to content

andrewbaisden/nodejs-grpc

Repository files navigation

NodeJS + gRPC

Install and Setup

  1. Clone/download this repo to you local machine
  2. cd into the root folder and run the command npm install to install the dependencies.

Running the App

Now go to the command line and run the commands below in different tabs/windows. Make sure that you start the server before the client.

You should see the message Message: Welcome Luke Skywalker outputted in the command line window for the client.

npm run start:server
npm run start:client

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published