pop corn server

pop corn server Used AI

6 devlogs
8h 40m
•  Ship certified
Created by Iniyan

a simple web server written in c

Timeline

added a demo site, deployed it to railway in a docker container.
https://pop-corn-server-production.up.railway.app/index.html

Update attachment

Ship 2

1 payout of shell 56.0 shells

Iniyan

28 days ago

Iniyan Covers 1 devlog and 2h 42m

added a simple configuration support through json file.
implemented file based routing.
tested the server with my hugo blog and it works fine .
need to sanitize the urls for ../ navigaton

Update attachment

Ship 1

1 payout of shell 108.0 shells

Iniyan

about 1 month ago

Iniyan Covers 4 devlogs and 5h 14m
  • migrated from fork into threads. as fork use more resources.
  • made the server more modular . seperated the core logic from the server into server utils.
Update attachment

implemented dynamic routing

Update attachment

handling invalid routes

Update attachment

handling basic requests

Update attachment