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
- Host: GitHub
- URL: https://github.com/chinmayvivek/chat-app
- Owner: CHINMAYVIVEK
- Created: 2022-11-22T20:22:59.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-12-07T18:59:08.000Z (almost 3 years ago)
- Last Synced: 2025-02-08T16:46:17.628Z (8 months ago)
- Topics: chat, chat-application, go, golang, grpc, grpc-go
- Language: Starlark
- Homepage:
- Size: 1 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.MD
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