即时通讯聊天程序包含三端代码:
包含功能:
1>发送文字
2>发送图片
3>发送短语音
4>发送地理位置
5>视频聊天
服务器端:
android 端:
ios 端详细说明:(请看冯里的博客)
Socket.io-FLSocketIM-iOS http://www.jianshu.com/p/686c4bf6df3f
视频功能基于webrtc
参考文章:http://blog.csdn.net/youmingyu/article/details/53192714
涂耀辉的简书文章 http://www.jianshu.com/p/c49da1d93df4
http://blog.csdn.net/u011026329/article/category/6080949
node.js 服务器代码地址:https://github.com/githuanl/node.js-socket.io-server
android 端地址 :https://github.com/githuanl/socket.io-android-client
ios 端地址: https://github.com/fengli12321/Socket.io-FLSocketIM-iOS