Skip to content

NikiforMalkov/react-grpc-and-nodejs-grpc-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Example of using client on React with gRPC and server on Nodejs with gRPC

  • run command
docker-compose up --build
  • open react app in browser
http://localhost:3000/
  • mongo-express for admin database
http://localhost:8081

Technologies

  • React
  • JavaScript
  • TypeScript
  • MongoDB
  • Node
  • gRPC
  • Docker