Hi community:I want to implement a push service with play ,and this is what I have now.||
- three component
- push-web, implemented by play-java ,provide REST api,and admin web UI.
- push-connector,implemted by akka-io/netty,which hold the connections from the clients,and send message to GCM or APNS too
- push-persistence,implemnted by DB+akka/play provide message persistent
- Then I have some question here
- should this be OK?
- for the connector ,akka-io ,netty or play should be fine,which one is better.
- for the communication between the server,via akka remote ,REST,TCP-RPC or protobuf message?which one is better
- request send message ==> push web ====> push connector =||===> client
||push persistenceThat my question,sorry for my poor English,Any Idea?Thanks--
You received this message because you are subscribed to the Google Groups "play-framework" group.
To unsubscribe from this group and stop receiving emails from it, send an email to play-framewor...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.