DEV Community

Hama Yameen
Hama Yameen

Posted on

Can I use gRPC within React.js app as a server

Hi there,

I'm working on a React.js project and am currently implementing gRPC for backend communication. I have a question:

I need to receive instructions from the server that are independent of the client-side functionality. Can I use gRPC within the React.js application itself as a server to achieve this?

Top comments (0)