Skip to content

Aetherna/GrpcAndroidServer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GrpcAndroidServer

Server for GrcpAndroid project

How to run:

  • Enter project directory and run: ./gradlew installDist this will generate your server in /build/install/GrpcServer/bin/ directory
  • run the server using command: ./build/install/GrpcServer/bin/grpc-server

Where is the android client:

https://github.com/Aetherna/GrpcAndroid

Changelog

  • hello world server - basic request / response example
  • server streaming - sending updates to a client every few seconds
  • client streaming - listening to client location updates

About

Server for GrcpAndroid project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages