Skip to content

Instantly share code, notes, and snippets.

View mrchaofan's full-sized avatar
🎯
Focusing

Mr.Chaofan mrchaofan

🎯
Focusing
  • Tencent Docs (Beijing)
  • Beijing
  • 13:04 (UTC +08:00)
View GitHub Profile
@mrchaofan
mrchaofan / japan-jobs.md
Created June 13, 2023 07:10 — forked from davidcalhoun/japan-jobs.md
Foreigner-friendly software companies in Japan
@mrchaofan
mrchaofan / ABOUT.md
Created December 21, 2022 06:29 — forked from laobubu/ABOUT.md
A very simple HTTP server in C, for Unix, using fork()

Pico HTTP Server in C

This is a very simple HTTP server for Unix, using fork(). It's very easy to use

How to use

  1. include header httpd.h
  2. write your route method, handling requests.
  3. call serve_forever("12913") to start serving on port 12913