Skip to content

An example of reactive client and server apps written for "Hack Your Career" presentation about Reactive Programming at Silesian University of Technology

License

Notifications You must be signed in to change notification settings

HackYourCareer/201711_HYC-reactive-client-server

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

72 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

reactive-client-server

An example of reactive client and server apps written for "Hack Your Career" presentation about Reactive Programming at Silesian University of Technology.

Project structure

server

uses Java 9, Gradle, RxJava 2, Vert.x (Core and Rx), Logback

to build and run the server, execute the following command:

cd server/ && ./server.sh

client

uses Java 7, Gradle, Android, RxJava 2, OkHttp 3, ButterKnife, Retrolambda, ReactiveSensors

to build client and install it on the connected Android device or emulator, execute the following command:

cd client/ && ./gradlew build installDebug

Code style

Links

References

About

An example of reactive client and server apps written for "Hack Your Career" presentation about Reactive Programming at Silesian University of Technology

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • Java 94.5%
  • Shell 5.5%