Skip to content

Golang chat application using gRPC and fyne for UI

Notifications You must be signed in to change notification settings

kristensala/go-chat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Go-chat

image

How to use proto files

  • Run in the root of the project to generate message protobufs

protoc --go_out=. --go_opt=paths=source_relative \ --go-grpc_out=. --go-grpc_opt=paths=source_relative \ msgpb/message.proto

  • then Run go get -u all

About

Golang chat application using gRPC and fyne for UI

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages