1

Apart from using BlazeDS, are there any pre-existing libraries that implement long polling (or server push) in Flex?

Note: I've read I like to implement Flex to Server comet / long polling for games, but he's only asking if it's possible to implement… Not if implementations exist.

Community
  • 1
  • 1
David Wolever
  • 148,955
  • 89
  • 346
  • 502

2 Answers2

1

It looks like one possible solution is AmFast, an AMF/remoting implementation in Python: http://code.google.com/p/amfast/

David Wolever
  • 148,955
  • 89
  • 346
  • 502
  • Faster (2x-12x) AMF encoding/decoding than PyAMF, push notifications, actively maintained and Django examples. You've just made my day! – Sam Dolan Jun 24 '10 at 17:01
1

GraniteDS can do this.

A little different, and not really the projects focus, but Red5 can also do this.

Joel Hooks
  • 6,465
  • 4
  • 33
  • 39