Skip to content

Simple chat server and client with gRPC and grpc-gateway written in Golang

Notifications You must be signed in to change notification settings

itok01/grpc-gateway-chat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

grpc-gateway-chat

GET

curl localhost:8081/message

POST

curl -X POST localhost:8081/message -d '{"name": "Testman", "text": "Hello"}'

About

Simple chat server and client with gRPC and grpc-gateway written in Golang

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages