Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/lowesyang/simple-http-server

A simple HTTP server
https://github.com/lowesyang/simple-http-server

http http-client

Last synced: 1 day ago
JSON representation

A simple HTTP server

Awesome Lists containing this project

README

        

# Simple-HTTP-Server
A simple HTTP server for Windows

## Tech
- C/C++
- Winsock2

## Features
- GET
- file type support:
- text/plain
- text/html
- image/jpeg
- image/png
- POST
- test (only one case)
- action:dopost

## How to run
- git clone
- cd release
- run Server.exe
- Open browser, and input "localhost:3367".(or your local ip address with port 3367)