Skip to content

redi-russela/scala-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Addition Calculator: A Scala Demo

Running

Run command: sbt run

Alternatively, execute the jar file after running sbt assembly.

Overview

This project uses Scala on both the client and server side, as well as having shared Scala sources used by both sides.

Using the same language for the full stack and having shared sources allows us in this project allows for both the server-side and client-side to:

  • Use the same exact validation logic,
  • Share the remote method invocation (RMI) interface,
  • Share dependency injection modules,
  • Share models and constants.

Key technologies

Server-side:

Client-side:

Shared:

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published