I'm building my JAVA app base on GAE, it using the Channel API, I have a question: can I let all visitors share one channel to receive the messages from my APP ? It's likes boardcast, any extra cost for this solution ?
Thanks.
I'm building my JAVA app base on GAE, it using the Channel API, I have a question: can I let all visitors share one channel to receive the messages from my APP ? It's likes boardcast, any extra cost for this solution ?
Thanks.
Have your read the docs? Channel API is not for broadcast.