Search code examples
javacometnetty

Are netty and comet related somehow?


A little confused, how are netty and comet related or are they seperate and they work together somehow?

I've read a bit about using netty and comet to build real-time applications, confused how they work together.


Solution

  • As far as I understand, Netty is a framework/library, while Comet is a concept (sort of one-way websockets, and as Chad said, a kind of "reverse ajax").