Search code examples
javascriptajaxprototypejscomet

Is it possible to implement Comet if we don't use PrototypeJs?


Is it possible to implement Comet if we don't use PrototypeJs?


Solution

  • No, there is no problem. You can use any other javascript framework or even achieve this goal without using any javascritp framework at all. Write your own javascript to handle XMLHttpObject.