Closed GoogleCodeExporter closed 8 years ago
The server should run continually. You have 2 ways to "talk" with your server:
a simple way and a more complex way.
The second one: you could listen from the server on a TCP port (or via socket)
and use a custom protocol to "send" or better queue new push notifications.
The first one: you can "poll" a directory and check for file in this dir. In
every file you can store a "push" notification; when you find a new file you
should read the content and delete that file. Now your server can send this
push notification.
Ciao,
Aldo
Original comment by aldo.arm...@gmail.com
on 25 Aug 2010 at 3:31
Original issue reported on code.google.com by
mchatter...@gmail.com
on 24 Aug 2010 at 9:10