即時(shí)通訊聊天程序包含三端代碼:
包含功能:
1>發(fā)送文字
2>發(fā)送圖片
3>發(fā)送短語(yǔ)音
4>發(fā)送地理位置
5>視頻聊天
服務(wù)器端:
android 端:
ios 端詳細(xì)說(shuō)明:(請(qǐng)看馮里的博客)
Socket.io-FLSocketIM-iOS http://www.reibang.com/p/686c4bf6df3f
視頻功能基于webrtc
參考文章:http://blog.csdn.net/youmingyu/article/details/53192714
涂耀輝的簡(jiǎn)書文章 http://www.reibang.com/p/c49da1d93df4
http://blog.csdn.net/u011026329/article/category/6080949
node.js 服務(wù)器代碼地址: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