Skip to content

emingbt/grpc-node-go-sample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

grpc-node-go-sample

This is a sample project that connects node.js and go with gRPC technology.

Installation

  • Make sure you have git and go installed.
  • Run: git clone https://github.com/emingbt/grpc-node-go-sample.git
  • Go to directory cd grpc-node-go-sample

To run server:

  • Go to directory
    cd server
    
  • Run server
    go run .
    

To run client:

  • Go to directory
    cd client
    
  • Run client
    npm run dev
    

About

No description or website provided.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published