搜索资源列表
HttpServerexample
- 本程序实现了一个Http服务器,能够接受客户端(浏览器)的连接请求,可以更改当前 的Http服务目录,而且能够将指定的网页发送到客户浏览器, 本程序是—个基于对话柜的MFC应用程序,主要介绍如何利用socket(套接字)实现Http 协议等内容。请使用vc++.net运行本程序。-This Program realize a Http Server which can accept the connection request of client and change the current H
用Java实现Web服务器
- 用Java实现Web服务器 本文实现了GET请求的Web服务器程序的方法,通过创建ServerSocket类对象,监听端口8080; 等待、接受客户机连接到端口8080; 创建与socket字相关联的输入流和输出流 然后,读取客户机的请求信息,若请求类型是GET,则从请求信息中获取所访问的HTML文件名,如果HTML文件存在,则打开HTML文件,把HTTP头信息和HTML文件内容通过socket传回给Web浏览器,然后关闭文件。否则发送错误信息给Web浏览器。最后,关闭与相应Web浏览器连接
WebServer_DLL
- http server 的源代码,已经编程了DLL,使用很方便,可以嵌入到其他应用程序中,超稳定(用到了 FPIETTE的 socket Components))-http server source code has been programmed DLL, very convenient to use, can be embedded into other applications, the ultra-stable (FPIETTE use of the socket Components
Client&Server
- Socket 网络变成,简单的客户端和服务器端-Socket network into a simple client and server
democ
- 利用Socket类实现一次一句的聊天程序(客户端获得键盘的输入,向服务器的输出流,从服务器返回的输入流...)-use Socket achieve a type of a chat program (client access to the keyboard input, to the server output streams from the server to return to the input stream ...)
listener.c
- 这是一个不错的用来建立一个传输控制协议服务端套接字的程序,希望大家喜欢!-This is a good used to establish a transmission control protocol server socket procedures, hope you like them!
socketserver1000
- 套接字数据库服务器 有兴趣的看一看 数据服务器,socket编写 速度其快-socket database server are interested in a look at the data server socket prepare its fast pace
C++server
- VC++编写的服务器源码,可以用于socket通讯等,可以用作聊天程序
TestWinSock
- simple webserver simulator to show how a web server takes request on a windows environment and reponds using socket programming.
ceshi
- 简单web服务器socket编程支持 自动获取ip 可选择文件根目录,可选择端口号 为每个文件请求建立一个线程-Simple web server socket programming support can choose to automatically obtain ip document root directory, choose the port number for each document request to establish a thread
WebServer
- 简单web服务器 socket编程 支持自动获取ip 可选择端口号 选择根目录-Simple web server socket programming support can choose to automatically obtain ip port number to choose the root directory
RemoteProcedureCall
- Remote Procedure call implementation in C in Fedora 7(Linux).Socket Programming has been used. Both Server and Client programs has been given
programs
- web server threads and socket
sockServ
- TCP Socket Server example in Python
Server
- 用WinSock提供的多个的套接字API函数实现编程,基于TCP协议,实现即时通信-WinSock multiple socket API functions, programming based on the TCP protocol, instant messaging
server-and-client
- 用socket实现了一个简单的服务端和客户端,作为一个socket变成的入门实例。-Socket achieve a simple server and client, as an entry into a socket instance.
Socket-Programming-in-CSharp
- socket server and client using C#, visual studio 2012
client-server
- CLIENT SERVER COMMUNICATION OVER TCP WITH SOCKET PROGRAMMING
socket
- 实现基本的socket通信功能,分为服务器和客户端两部分,客户端启动时可以在系统参数处指定要连接的服务器地址。模拟UDP协议,完成最简单的数据包传递与回送。-Achieve basic socket communication functions, is divided into two parts, the server and client, you can specify the server address to connect to the system parameters at t
PHP-socket
- PHP Sockets Server Communication