Search code examples
node.jswebsocketreal-timepushpin

Pushpin Web-Sockets over http


I am trying to test pushpin for realtime APIs succeeded in implementing both Server sent events and normal Web-Sockets. using Node JS & HAPI But when it came to Web-Sockets over HTTP , nothing worked I tried express-grip Module also grip & hapi-plugin-websocket nothing worked.

when i tried there one and only php example, it failed on both normal websockets and websockets over http . VideoYoutube Any Clues ?! Full Ref. Notes ::

  1. I am running a cloned version of pushpin
  2. My config/routes file is * localhost:3000,overhttp

Solution

  • it didn't take that long,the problem was overhttp it was supposed to be over_http * localhost:3000,over_http