Live Group Chat:開源的微信群網頁直播項目

d3fw 9年前發布 | 31K 次閱讀 電話/通訊/IM聊天 Live Group Chat

Live Group Chat是一個能夠將微信群聊記錄在Web頁面中直播。Live Group Chat 包含一個 Android app和 web 網站。前者掛鉤到Android的通知系統,并通過WebSocket的發送聊天記錄到網站上;后者接收該聊天記錄,并將其顯示在網頁中。

Android app </h2>

  • Install Live Group Chat app.
  • Enable Notification service (Settings->Acessibility->Live Group Chat).
  • Input correct websocket url, username and password.
  • Click Start button.
  • </ul>

    Web site

    Build meteor application bundle

    $ cd live-group-chat/server
    $ meteor build dest_dir # the output directory will contain just a tarball that includes everything necessary to run the application server. (server.tar.gz)

    Deploy application on the internet

    • External dependency:Node.js 0.10.36, MongoDB.
    • To run the application:
    • </ul>

      $ (cd programs/server && npm install)
      $ export PORT="3000"
      $ export MONGO_URL='mongodb://user:password@host:port/databasename'
      $ export ROOT_URL='http://example.com'
      $ export MAIL_URL='smtp://user:password@mailhost:port/'
      $ node main.js  # PORT="80", need root privileges

      項目主頁:http://www.baiduhome.net/lib/view/home/1430226469865

 本文由用戶 d3fw 自行上傳分享,僅供網友學習交流。所有權歸原作者,若您的權利被侵害,請聯系管理員。
 轉載本站原創文章,請注明出處,并保留原始鏈接、圖片水印。
 本站是一個以用戶分享為主的開源技術平臺,歡迎各類分享!