搜索资源列表
qddown_java8543535625
- 系统采用客户/服务器摸式 服务器与客户间通过套接口Socket(TCP)连接。在java中使用套接口相当简单,Java API为处理套接口的通信提供了一个类java.net.Socket.,使得编写网络应用程序相对容易.服务器采用多线程以满足多用户的请求,通过JDBC与后台数据库连接,并通过创建一个ServerSocket对象来监听来自客户的连接请求,默认端口为8080,然后无限循环调用accept()方法接受客户程序的连接
sockServ
- TCP Socket Server example in Python
TCPtime
- VC6.0环境,使用套接字编程,实现客户端和服务器端相通信,服务器发送时间给客户端,其中基于协议TCP。-In VC 6.0 environment, use a socket programming, fulfill the client and the server communication, the server sends time to the client, which based on the protocol TCP.
Server
- 用WinSock提供的多个的套接字API函数实现编程,基于TCP协议,实现即时通信-WinSock multiple socket API functions, programming based on the TCP protocol, instant messaging
Sockets
- TCP UDP socket通信以及event driven 实现-The TCP UDP socket communication as well as event driven implementation
bookserver-tcp
- 一个bookserver,通tcp/ip socket完成查询,修改数据库。
ConsoleTest
- TCP/IP大数据并发异步处理 Socket通讯,一个很好的dll组件 以及使用该dll组件的方法 -TCP/IP process large data concurrent asynchronous Socket communication, a good DLL component and the method of using the DLL component
FIRT.Receiver1.1
- C# 实现的多线程异步Socket数据包接收器框架-socket tcp connect
client-server
- CLIENT SERVER COMMUNICATION OVER TCP WITH SOCKET PROGRAMMING
workerman-for-win-master
- Workerman是一款纯PHP开发的开源高性能的PHP socket 服务器框架。被广泛的用于手机app、手游服务端、网络游戏服务器、聊天室服务器、硬件通讯服务器、智能家居、车联网、物联网等领域的开发。 支持TCP长连接,支持Websocket、HTTP等协议,支持自定义协议。-Workerman is an open source high performance PHP socket server framework a pure PHP development. Is widely us