搜索资源列表
用Java实现Web服务器
- 用Java实现Web服务器 本文实现了GET请求的Web服务器程序的方法,通过创建ServerSocket类对象,监听端口8080; 等待、接受客户机连接到端口8080; 创建与socket字相关联的输入流和输出流 然后,读取客户机的请求信息,若请求类型是GET,则从请求信息中获取所访问的HTML文件名,如果HTML文件存在,则打开HTML文件,把HTTP头信息和HTML文件内容通过socket传回给Web浏览器,然后关闭文件。否则发送错误信息给Web浏览器。最后,关闭与相应Web浏览器连接
NetServer_web
- 一个通过socket与WEB建立通讯连接的VC程序。-through socket with a Web link in the establishment of communication procedures VC.
Remote_Service
- 自己编的一个java分布式服务的实现。此模型使用Tomcat作为web服务器,使用JSP页面作为用户交互界面,Javabean作为服务页面逻辑实现,客户端和服务器端通信通过java socket实现,数据库使用access,客户端用java窗口程序实现。对于学习java JSP网络数据库开发及socket远程调用很有帮助,此程序为服务器端程序,客户端程序有意可发email和我联系 xiaoxpp@163.com
WebSocket
- HTML5 Web Socket Demo in Chrome.
HttpServer
- 采用c++编写的一个web服务器,运用socket,监听设置的端口,响应客户端浏览器的请求-C++ written by a web server, using socket, listening port set to respond to the request of the client browser
WebServer
- WEB服务器 使用Socket创建一个WEB服务器,本程序是多线程系统以提高反应速度-WEB server using Socket to create a WEB server, the process is multi-threaded system to improve the reaction speed
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
API26
- asp的API接口演示程序要求服务器或虚拟主机能够运行IIS等Web服务器, 运行演示程序前,下载并解压缩本演示程序,由于本API接口系统都是通过socket获得数据,因此使用本程序时请确认您的IIS服务器已安装w3Sockets组件-asp procedural requirements of the API interface demo server or virtual host can run IIS and other Web server, run the demo program
backend
- Forum class. This class allow socket programing and tell how to connect using port information to web server
programs
- web server threads and socket
Test
- 一个简单的WEB多线程服务器,java SOCKET-WEB a simple multi-threaded server, java SOCKET
web-sever
- 用Java实现Web服务器 实现了GET请求的Web服务器程序的方法,通过创建ServerSocket类对象,监听端口8080; 等待、接受客户机连接到端口8080; 创建与socket字相关联的输入流和输出流 然后,读取客户机的请求信息,若请求类型是GET,则从请求信息中获取所访问的HTML文件名,如果HTML文件存在,则打开HTML文件,把HTTP头信息和HTML文件内容通过socket传回给Web浏览器,然后关闭文件。否则发送错误信息给Web浏览器。最后,关闭与相应Web浏览器连接的s
WebSocket
- WEB服务器端 一个在线聊天socket-WEB server side is an online chat socket
P.11-WebServer
- THis simple web server program for socket programs-THis is simple web server program for socket programs
web-socket-ruby-master
- websock 实例代码,客户端,服务端-websocket code in ruby,include ,client,and server
WebSocketServer_src4
- Web socket server application
rtaVideoStreamer-demo
- C# web socket server example
code
- 本代码中采用多进程进行socket编程,简单实现了web服务器的开发,python程序在本机运行后,打开浏览器,输入127.0.0.1:8000即可看到结果,采用http协议(The code used in the multi-process socket programming, the simple realization of the web server development, python program in the machine running, open the brows
