搜索资源列表
JAVA+JSP程序系统的JSP聊天室
- JAVA+JSP的聊天室 可以实现网络聊天 可以提供实时通讯-Java JSP chat room can chat network can provide real-time communications
network_project_chatting
- 我在学校写的assignment,是一个java-based 实时通讯工具。 用socket写的-I wrote in school assignment, is a java-based real-time communications tools. With the socket write
jxtaim-0.1i-src
- JXTA编写的P2P的实时通讯软件,有声音和表情-A P2P IM written by JXTA
JAVA-daima
- 本文在介绍Java和Eclipse相关技术和国内外发展现状的基础上,对“局域网实时通讯”系统的整个生命周期的各个开发阶段进行了详细地介绍。首先,分析了开发本系统的可行性,重点分析本设计所采用的技术的可行性。-In Java and Eclipse technologies and development status at home and abroad on the basis of the detailed descr iption of the various development st
ff
- Java和Eclipse相关技术和国内外发展现状的基础上,对“局域网实时通讯”系统的整个生命周期的各个开发阶段进行了详细地介绍。首先,分析了开发本系统的可行性,重点分析本设计所采用的技术的可行性。其次,从系统主界面、信息传送、文件传送以及语音、视频、JMF多媒体功能等几方面-Java and Eclipse technology and development at home and abroad the status quo based on the detailed descr iption
myQQ
- Java和Eclipse相关技术和国内外发展现状的基础上,对“局域网实时通讯”系统的整个生命周期的各个开发阶段进行了详细地介绍。首先,分析了开发本系统的可行性,重点分析本设计所采用的技术的可行性。其次,从系统主界面、信息传送、文件传送以及语音、视频、JMF多媒体功能等几方面-Java and Eclipse technology and development at home and abroad the status quo based on the detailed descr iption
mobileOffice
- 实时通讯,利用xmpp 实现实时通讯.这个是客户端.-Real-time communication, real-time communication using the xmpp This is the client.
FeiQ
- 实现实时通讯,方便局域网内部进行,办公,沟通,信息共享等操作。是一个性价比很高的工具。-Implementation of real time communication, facilitate the internal LAN, office, communication, information sharing and other operations. Is a highly cost-effective tool.
socketQQ
- 是一款简单的聊天软件,输入对方电脑IP即可实现简单的实时通讯功能;但是不包含传图片、视频等功能,只有简单的文字。-Is a simple chat software, enter the other computer' s IP can achieve a simple real-time communication capabilities but does not include transfer pictures, video and other features, only si
conmulacation
- 利用java网络通讯相关技术,实现服务器端与客户端文本信息传递,并实时显示。同时设计数据库,将聊天记录存入数据库中。-Use java network communication technologies, server-side and client text messaging, and real-time display. While the design database, chat records stored in the database.
android_talk
- android及时通讯源码:实时对讲机.rar,完成可用。可以供初学者参考。-andriod talk programe, it is ok and can be compiled.
JAVA
- 一款局域网聊天软件,可实现双方实时通讯,界面简单友好-A LAN chat software, enabling real-time communication parties, a simple and friendly interface
Real-time-communication--
- 运用java进行网络编程,实现分别充当服务器和客户端的窗口实时通讯-Using java network programming, respectively, acting as a server and a client instant messaging window
java-chat-room
- HTML5 WebSocket实现了服务器与浏览器的双向通讯,双向通讯使服务器消息推送开发更加简单,最常见的就是即时通讯和对信息实时性要求比较高的应用。以前的服务器消息推送大部分采用的都是“轮询”和“长连接”技术,这两中技术都会对服务器产生相当大的开销,而且实时性不是特别高。WebSocket技术对只会产生很小的开销,并且实时性特别高-HTML 5 WebSocket server and browser of two-way communication, two-way communicati
callServer
- 1. 用户通过websocket与netty创建通讯 2. 用户链接到服务器队列中 3. 队列通过轮训机制判定netty是否有可以服务的客服 4. 如果有则将队列中的用户channel转给客服进行点对点通讯 5. 队列有自己的最大容载量 6. 每个客服可以同时服务N个用户 7. 没有空闲客服的时候用户们只能在队列中慢慢排队 8. 队列状态及实时位置由队列向队列内用户推送 9. 当有空闲位置的时候,轮训机制会将队列中首位用户放到netty中进行与客服