Live Group Chat:开源的微信群网页直播项目
Live Group Chat是一个能够将微信群聊记录在Web页面中直播。Live Group Chat 包含一个 Android app和 web 网站。前者挂钩到Android的通知系统,并通过WebSocket的发送聊天记录到网站上;后者接收该聊天记录,并将其显示在网页中。
Android app
- Install Live Group Chat app.
- Enable Notification service (Settings->Acessibility->Live Group Chat).
- Input correct websocket url, username and password.
- Click Start button.
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:
$ (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
本文由用户 d3fw 自行上传分享,仅供网友学习交流。所有权归原作者,若您的权利被侵害,请联系管理员。
转载本站原创文章,请注明出处,并保留原始链接、图片水印。
本站是一个以用户分享为主的开源技术平台,欢迎各类分享!