Skip to content

Ursulovic/stock-broker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 

Repository files navigation

Stock broker

Distributed stock broker program made using Java with with gRpc and KryoNet library.

Functionalities

  • Rpc for setting and filtering orders (ask and bid)
  • Kryonet for getting realtime price updates and notifying user when his order is completed

What I learned

  • How rpc protocol works
  • How to use gRpc implementation of rpc protocol
  • Basics of Proto language for generationg gRpc classes
  • How to use KryoNet library
  • How Kryo format works in general
  • Concepts of non-blocking socket server

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages