Skip to content
/ game Public

Web application (play framework based) for Akka actors and websockets features demonstration.

Notifications You must be signed in to change notification settings

ggsoft/game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Synopsis

Web application (play framework based) for Akka actors and websockets features demonstration.

Motivation

The goal is to show the basic Scala technologies for future game project. In akka actors based application all is actor and application is set of actors that send messages to each other. And we can also have the actor that sends messages using websockets channel. The advantages of using actors are well-known. Application is multi-threading by design (one actor = one thread), easily scales, reactive (non blocking), etc.

Running

To start this web app do commands as follows:

$ sbt

[game] $ run

Then go to http://localhost:9000 in browser

About

Web application (play framework based) for Akka actors and websockets features demonstration.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published