Download Scala/Play2 samples which create by Scott from this link
I love Yii/Yii2, it is productive and easy to express your thoughts to create wonderful web solutions.
So, I still mainly use it
Recently, I pay some time to study Scala and Play2 web framework, it is JVM based web framework.
Its features:
-
Concurrency(Akka actor, support thousands and millions user at same time.)
-
Stateless (It will allow your web server extended horizontal and not impact clients)
-
Restful
-
High running speed (if compare to non proactive compiled other web framework)
-
High development speed (still slow if compare to Yii2, since it require type, even provide implicit to easy it)
-
It allow you hot development/deployment even it is compiled, just like script language
I would like Yii2 people to give comments to Play2 web framework in case you also interesting in it.
And advise which features we can introduce into Yii2 framework too??
Thanks.