Skip to content

GRPC demo for Medellin DevOps/Golang Medellin meetups, integrating different platforms and languages, personal project, 2016

Notifications You must be signed in to change notification settings

zubie7a/GRPC_Demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Santiago Zubieta

2016

GRPC Demo

Demo app sent messages from cellphones visiting a website, and then retrieved from a Raspberry Pi with the SenseHAT's LED matrix, displaying information (and a Gopher!)

It involves an GRPC and HTTP server running on AWS, a local GRPC for Go client, and a local GRPC client for Python.

This was made for educational purposes, and is licensed under the MIT License.

:8080 is the port for the Web Server.
:50001 is the port for the GRPC Server.

$ go get -u github.com/zubie7a/GRPC_Demo
$ go run $GOPATH/src/github.com/zubie7a/GRPC_Demo

About

GRPC demo for Medellin DevOps/Golang Medellin meetups, integrating different platforms and languages, personal project, 2016

Resources

Stars

Watchers

Forks