搜索资源列表
基于C/S模式的JAVA聊天室
- 本聊天程序支持多客户端,只有注册用户才能登录到聊天室。 程序分服务器和客户端两部分。 使用方法: 1.服务器端: 运行服务器程序 java ChatServer 指定监听端口(大于1024),单击“启动服务”按钮即可启动聊天室的服务器程序; 2.客户端: 运行客户端程序 java ChatClient 输入服务器程序的IP地址和监听的端口号; 如果没有注册过,需先注册(输入正确的服务器IP地址和端口号之后,单击“注册”按钮,输入信息即可) 注
1
- 基于java的tcp/ip网络编程源代码 Server-Client-Based on java' s tcp/ip network programming source code Server-Client
src
- 用Java实现的UDP通信,适合初学者学习-Use Java to implement UDP community,it s good for beginners to study.
Chatting
- 基于java socket实现的C-S架构的即时聊天原型-Java socket-based architecture to achieve real-time chat prototype CS
javaServerClient
- 入门的Java基于TCP/IP协议的Server/Client的C/S模型,并附有报告说明,详细可见报告-The entry of the Java C/S model of TCP/IP protocol based on Server/Client, and with the report stated that, with visible Report
src-2
- Java TCP 局域网的C/S结构的聊天系统,适合初学TCP/IP和C/S架构的同学借鉴-Java TCP LAN C/S structure chat system, suitable for beginners TCP/IP and C/S architecture students learn
tcpclient-server
- Tcp client server communication using Java The client–server model is a distributed application structure that partitions tasks or workloads between the providers of a resource or service, called servers, and service requesters, called clients.[1]
