CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - group chat using java
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - group chat using java - List
[
JSP/Java
]
chatSystem111
DL : 0
用java实现的一个c/s结构的网络聊天器,编缉工具是jbuilder,可实现群发,私聊等功能-This is a chatting system using the tool -JBuilder in Java. The system is based on the Client/Server model. The main functiong is to implement you wishes to chat with a group of friends or just one person. The others......Come in!
Update
: 2008-10-13
Size
: 291.67kb
Publisher
:
张斌
[
JSP/Java
]
chatSystem111
DL : 0
用java实现的一个c/s结构的网络聊天器,编缉工具是jbuilder,可实现群发,私聊等功能-This is a chatting system using the tool-JBuilder in Java. The system is based on the Client/Server model. The main functiong is to implement you wishes to chat with a group of friends or just one person. The others......Come in!
Update
: 2025-02-17
Size
: 291kb
Publisher
:
张斌
[
ICQ-IM-Chat
]
chat
DL : 0
局域网聊天工具,用java语言实现,可实现单聊和群聊。-LAN chat tool using java language, enabling single-chat and group chat.
Update
: 2025-02-17
Size
: 77kb
Publisher
:
烟灰
[
Chess Poker games
]
netfiveJava003
DL : 0
用Java开发的网络五子棋游戏源代码,提供聊天功能,可以选择私聊或群聊-Developed using Java source code network Gobang games, chat, or group can choose to chat
Update
: 2025-02-17
Size
: 437kb
Publisher
:
lishaoyuan
[
JSP/Java
]
ChatRoom
DL : 0
用java实现类似QQ的聊天工具,可实现私聊,群聊等功能-Using java to achieve a similar QQ chat tool that enables private chat, group chat and other functions
Update
: 2025-02-17
Size
: 12kb
Publisher
:
isaac
[
ICQ-IM-Chat
]
MyWorkSpace
DL : 0
使用Java语言开发的集聊天与画图于一身的程序,公开源代码,其中聊天功能类似于qq,可以发送表情、文字,修改选择字体、颜色。画图功能是基于网络的绘图,你绘制的团别的用户同样可以看到,文件中有服务与客户端2个程序,需要分别运行-Developed using Java language to chat and draw on a set of procedures, open source, including chat functions like qq, can send expressions, text, edit the selected font, color. Drawing function is network-based drawing, you draw the group can also see other users, files, client service and in 2 procedures, you need to run separately
Update
: 2025-02-17
Size
: 250kb
Publisher
:
周天
[
JSP/Java
]
JQQ
DL : 0
运用Internet和Java开发技术,采用C/S模式,建立一个基于应用的即时通讯系统。本系统实现了用户注册,用户登陆,分组管理,好友管理,查询用户,用户即时通讯,查看聊天记录等功能。-The use of Internet and Java development technologies, using C/S mode, the establishment of a real-time communication system based on the application. The system implements the user registration, user login, group management, friends management, query users, instant messaging, view the chat log.
Update
: 2025-02-17
Size
: 6kb
Publisher
:
liangchang
[
android
]
Conversation
DL : 0
用java写的一个android的蓝牙群聊软件,可实现多部手机之间通过蓝牙文字聊天。-Android using java to write a Bluetooth group chat software, multiple phones via Bluetooth between text chat.
Update
: 2025-02-17
Size
: 7.8mb
Publisher
:
彭锐
[
ICQ-IM-Chat
]
EQ
DL : 0
点对点传送文件和即时通讯,支持单聊和群聊,能设置头像和个性签名,采用java技术-Peer to peer file transfer and instant messaging, chat and group chat support for single, able to set my avatar and signature personality, using java technology
Update
: 2025-02-17
Size
: 4.99mb
Publisher
:
刘金涛
[
Communication
]
qq
DL : 0
一个是用socket编程写的局域网的群组聊天小实例,采用java的界面编程实现界面-LAN Group Chat instance, a write socket programming interface using java programming interface
Update
: 2025-02-17
Size
: 2kb
Publisher
:
李海洋
[
JSP/Java
]
chat
DL : 0
这是用java写的网络聊天程序,使用TCP协议来和服务器建立连接,实现了单聊和群聊的效果,同时能够实时记录用户所聊天的内容,类似于一个记录功能的聊天记录器,将用户聊天的内容存放在D:\chatMessage.txt文件下-This is a network chat program written in java, and the server using the TCP protocol to establish a connection, to achieve the effect of a single chat and group chat, real-time recording user chat, chats similar to a recording function, chat with users of content stored in the D: \ chatMessage.txt file
Update
: 2025-02-17
Size
: 22kb
Publisher
:
赵勇
[
JSP/Java
]
Server
DL : 0
聊天程序主要利用Java网络包中的服务器套接字和客户端套接字实现,其核心部分的实现思路如下: 服务器根据指定的端口创建服务器套接字,并在该端口侦听连接请求; 每一个新加入的客户端创建客户端套接字,与服务器进行连接; 每一个连接在服务器有一个连接池保持连接; 当其中的一个客户端发出群聊或者上线下线信息后,对应的连接的服务器程序在接收到该消息后,向其所维持的所有的客户连接广播该消息。当客户端发出单独聊天,文件传输等需要发给指定用户的消息时,服务器端遍历连接池找到对应客户端,将消息单独发给该客户端。-Chat program using mainly Java network package server socket and client socket implementation, the core part of the implementation ideas are as follows: the server according to the specified port to create a server socket and listens for connection requests on this port each a new client create a client socket connection with the server each one connected to the server has a connection pool to stay connected When one client sends a group chat or offline on-line information, the corresponding connection server program receives the message, to maintain all of its client connection broadcasts the message. When the client makes a separate chat, file transfer and other users need to specify a message sent to the server-side connection pooling find the corresponding traversal client, the message is sent separately to the client.
Update
: 2025-02-17
Size
: 24kb
Publisher
:
需现场
[
JSP/Java
]
chat
DL : 0
java写的网络聊天系统,使用tcpip协议,可以截屏,群聊,私聊,听音乐等-java app for Internet chat system, using tcpip protocol, you can screenshots, group chat, private chat, listen to music, etc.
Update
: 2025-02-17
Size
: 42kb
Publisher
:
肖晓
[
ICQ-IM-Chat
]
TCP4
DL : 0
用Java实现基于TCP协议的即时通讯,分为客户端和服务器端,可以实现群聊功能-Using Java-based TCP protocol instant messaging, divided into client and server side, you can achieve group chat function
Update
: 2025-02-17
Size
: 31kb
Publisher
:
liuhai
[
JSP/Java
]
qq
DL : 0
qq聊天软件,C/S结构,可以发送和接收消息,实现群聊和私聊,用的是JAVA语言。-QQ chat software, C/S structure, and can send and receive messages, group chat and private chat, using the JAVA language.
Update
: 2025-02-17
Size
: 4.36mb
Publisher
:
谭小琼
[
JSP/Java
]
P2PChat
DL : 0
使用java实现的P2P即端对端的聊天软件,可实现单独聊天和群聊,可发送文字和文件(Using java to achieve P2P, that is, end to end chat software, you can achieve separate chat and group chat, you can send text and documents)
Update
: 2025-02-17
Size
: 102kb
Publisher
:
许大虫
[
Education soft system
]
Chat
DL : 0
This course is going to teach you how to write client-server applications in Java using socket programming. It will also teach you how to write a multi-user/group chat application in Java with chat logging functionality
Update
: 2025-02-17
Size
: 439kb
Publisher
:
ziyyah
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.