February 2018
Intermediate to advanced
552 pages
13h 46m
English
To test our chat application, start our application, as shown here:
$ cd play-akka-streams-scala-chatroom-app$ sbt run
Access the application using the http://localhost:9000/ URL as a Ram user:

When we access the http://localhost:9000/ URL, we can find the following logs in the server console:
[info] c.ChatController - index:[debug] c.ChatController - Checking the ORIGIN[debug] c.ChatController - originCheck: originValue = http://localhost:9000
Access the application using the http://localhost:9000/ URL as Posa user:
"Ram" user sent the following Messages:Hello Posa"Posa" user sent the following Messages:Hello ...
Read now
Unlock full access