An open API service indexing awesome lists of open source software.

https://github.com/chinmayvivek/chat-app

Golang gRPC backend React as a frontend chat application
https://github.com/chinmayvivek/chat-app

chat chat-application go golang grpc grpc-go

Last synced: 6 months ago
JSON representation

Golang gRPC backend React as a frontend chat application

Awesome Lists containing this project

README

          

# chat-app-grpc

A twitter like solution using golang GRPC

__Compile Proto__

``protoc -I . --go_out ./app --go-grpc_out ./app proto/homefeed.proto``

## Run Server

``go run main.go``

## Test GRPC using postman

- new->gRPC Request
- server : grpc://127.0.0.1:4444
- import proto
- select api