EAChoose the tools/libs/framework you already know and that you're already comfortable with. Then I suggest you read the documentation on the Activity Streams website : http://activitystrea.ms/Comment·Thread·May 20, 2016·1·Architecture : How would you go about building an activity feed like Facebook?
EAI think the class keyword is just syntaxic sugar AND also enforce the misconception of the behavior of the "this". For those 2 reasons I stay away from class in javascript.Comment·Thread·May 17, 2016·1·ECMAScript 6: Functions + Prototype or Class Syntax?
EAI like Xiao Meng's answer : "A framework differs from a library in one very important way: library code is always called by code that you write, while a framework always calls code that you write."Comment·Thread·Mar 6, 2016·3·What's the difference between library and framework?