4

I'm currently in search of an usable realizations of http Push Technology. At least it must support channel subscription and channel publication.

What convenient implementations in C++ (or C) are available?

sergzach
  • 6,578
  • 7
  • 46
  • 84

1 Answers1

3

Only thing that comes to mind (in C++) that supports server push and self contains a httpd is Wt. It's actually remarkably easy to get installed, compile a program, and get running. I didn't have any Qt background. If you do that will make it even easier for you.

Joe McGrath
  • 1,481
  • 10
  • 26