HTML5 Websockets for Realtime Chat app?

前端 未结 5 1952
别那么骄傲
别那么骄傲 2020-12-29 17:32

We were planning to make an HTML5 based chat app using the Websockets technology.

So my question is:

  1. Which are the browsers that support <

5条回答
  •  死守一世寂寞
    2020-12-29 17:55

    Faye is amazing, i love Pusher but I wanted something free and easy to implement that I can manage on my own server. Which after starting to learn Node.js I was really impressed with Faye. It provides great support for websockets, http, but I like that you can use the Bayeux protocol.

    http://faye.jcoglan.com/node.html

提交回复
热议问题