SkillAgentSearch skills...

SimpleHTTP

Simple HTTP server written using WinSock

Install / Use

/learn @hckr/SimpleHTTP
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Very Simple HTTP Server using Winsock

  • Listens on port 80
  • Responds with received HTTP headers
  • Sometimes crashes 😕

Preview in browser

How to build

On Windows

Use provided Qt Creator project file.

On Linux

It'd probably be easier to rewrite it to BSD sockets, but in current version it can be cross-compiled for Windows and then run with Wine:

$ i686-w64-mingw32-g++ *.cpp *.h -o server -static -static-libgcc -static-libstdc++ -lws2_32
$ sudo wine server.exe

Related Skills

View on GitHub
GitHub Stars18
CategoryDevelopment
Updated7mo ago
Forks7

Languages

C++

Security Score

87/100

Audited on Aug 10, 2025

No findings