playframework - Mobile Chat Backend Play Framework vs Netty -
i want develop mobile chat backend android , ios clients. have experience in playframework 2 java. need learn , use netty framework chat backend? playframework nio framework running on netty. can not decide 1 choose? playframework enough high traffic mobile chat backend?
the play framework should enough. no need touch bare metal (netty) unless doing complicated (special protocols, etc.). use case, need familiarize websocket protocol , how set them in play.
your next step setup clients android , ios. android take @ java-websockets , while im not familiar ios, google search returned this might somewhere start.
all being said if you'd avoid fluff play provides (sessions, cookies, templates, routing, asset managment, akka, etc.) , dont think ever need them, go netty if time learn non-issue. note netty client libraries above still apply if use same websocket protocol.
Comments
Post a Comment