Frameworks
NodeJS
Features:
- Without browser you can proceed web development
- Non blocking IO
- Stand alone unit testing
References:
Play
Framework built on Akka. But it can be used for both Java and Scala because it would generate byte code which was supported by any JVM.
Features:
- Without compile and building of Java code you can proceed for web development
- Non blocking IO
- Works based on Scala Template system.
- Stand alone unit testing
References:
case studies and stories:
https://www.lightbend.com/resources/case-studies-and-stories/the-play-framework-at-linkedin
AngularJS
Framework developed by Google.
Features :
- One of the best Javascript frameworks developed by Google.
- Plain java script knowledge is enough to use.
- Html code with angular js seems to be like html becausue of angular js directives.