{"id":22051366,"url":"https://github.com/obeliskos/simplewebserver","last_synced_at":"2026-04-29T08:02:39.110Z","repository":{"id":115150761,"uuid":"45005485","full_name":"obeliskos/SimpleWebServer","owner":"obeliskos","description":null,"archived":false,"fork":false,"pushed_at":"2016-01-10T14:42:28.000Z","size":94,"stargazers_count":2,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-23T15:33:08.748Z","etag":null,"topics":["static-server","winforms"],"latest_commit_sha":null,"homepage":null,"language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/obeliskos.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-10-26T23:56:36.000Z","updated_at":"2020-02-07T13:13:35.000Z","dependencies_parsed_at":"2023-03-17T13:30:40.797Z","dependency_job_id":null,"html_url":"https://github.com/obeliskos/SimpleWebServer","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/obeliskos/SimpleWebServer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/obeliskos%2FSimpleWebServer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/obeliskos%2FSimpleWebServer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/obeliskos%2FSimpleWebServer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/obeliskos%2FSimpleWebServer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/obeliskos","download_url":"https://codeload.github.com/obeliskos/SimpleWebServer/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/obeliskos%2FSimpleWebServer/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32416146,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-29T06:29:02.080Z","status":"ssl_error","status_checked_at":"2026-04-29T06:29:00.631Z","response_time":110,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["static-server","winforms"],"created_at":"2024-11-30T15:08:47.178Z","updated_at":"2026-04-29T08:02:39.096Z","avatar_url":"https://github.com/obeliskos.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SimpleWebServer\n\nA simple, static file webserver ui based on server class gist published here : \nhttps://gist.github.com/aksakalli/9191056\n\n![Screenshot](http://www.obeliskos.com/images/sws_ss1.png)\n\nWhile many static file webservers exist, i assembled this one to run on Windows RT 8.1 devices.  It should work equally as well on x86 Windows as well.\n\nWhile it can be used to serve up simple web sites, I have also modified it to correctly return the mime types needed for serving up a TridentSandbox web site with proper application cache, local storage and indexeddb.\n\nBy default, windows rt can serve up only to localhost.  You need to configure firewall for external computers to see your webserver.  Since Windows RT does not have a Windows Firewall control panel applet, you must utilize the command line.\n\n**On Windows RT**, running an administrator command prompt you might disable windows firewall with this command :\n\n```\nnetsh advfirewall set currprofile state off\n```\n\nTo turn it back on you can run\n\n```\nnetsh advfirewall set currprofile state off\n```\n\nMore granular options might be found here :\nhttps://support.microsoft.com/en-us/kb/947709\n\nOnce i determine a minimal syntax for a firewall 'rule' to open only a specific port, i will update this.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fobeliskos%2Fsimplewebserver","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fobeliskos%2Fsimplewebserver","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fobeliskos%2Fsimplewebserver/lists"}