{"id":13337963,"url":"https://github.com/vilfa/twebd","last_synced_at":"2026-01-18T10:46:19.443Z","repository":{"id":46622058,"uuid":"407613610","full_name":"vilfa/twebd","owner":"vilfa","description":"A simple multi-threaded web server written in Rust.","archived":false,"fork":false,"pushed_at":"2022-12-06T20:40:31.000Z","size":268,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-10-23T20:11:27.706Z","etag":null,"topics":["http","https","multithreading","rust","tls","web-server"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/vilfa.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-09-17T16:42:38.000Z","updated_at":"2021-12-09T09:22:17.000Z","dependencies_parsed_at":"2023-01-23T16:45:14.922Z","dependency_job_id":null,"html_url":"https://github.com/vilfa/twebd","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vilfa%2Ftwebd","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vilfa%2Ftwebd/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vilfa%2Ftwebd/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vilfa%2Ftwebd/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vilfa","download_url":"https://codeload.github.com/vilfa/twebd/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243000833,"owners_count":20219751,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["http","https","multithreading","rust","tls","web-server"],"created_at":"2024-07-29T19:15:16.525Z","updated_at":"2025-03-11T08:32:04.824Z","avatar_url":"https://github.com/vilfa.png","language":"Rust","readme":"# twebd\n\nTwebd is a **t**iny **web** **d**aemon with very simple multi-threading and support for both http and https. \nThis project was made for fun, its aim is to provide simple web server functionaility for personal projects.\n\n\n## Installation\n\nClone the repo.\n```bash\n$ git clone https://github.com/vilfa/twebd\n$ cd twebd\n```\n\nYou can then install the package with cargo and run it as any other executable\n```bash\n$ cargo install --path .\n$ twebd [FLAGS] [OPTIONS]\n```\n**OR**\n\njust compile and run it directly.\n```bash\n$ cargo r -- [FLAGS] [OPTIONS]\n```\n## Usage/Examples\n\n```\nUSAGE:\n    twebd.exe [FLAGS] [OPTIONS]\n\nFLAGS:\n    -h, --help\n            Prints help information\n\n    -s, --https\n            Use https, requires a certificate and private key\n\n    -V, --version\n            Prints version information\n\n\nOPTIONS:\n    -a, --address \u003cIP\u003e\n            Sets the server IP (v4/v6) address\n\n    -d, --directory \u003cROOT_PATH\u003e\n            Sets the server root/public_html/wwwroot directory\n\n    -c, --https-cert \u003cCERT_PATH\u003e\n            Path to the server certificate file\n\n    -k, --https-key \u003cKEY_PATH\u003e\n            Path to the server private key file\n\n    -l, --loglevel \u003cLOG_LEVEL\u003e\n            Sets the server logging verbosity [possible values: error, warn, info, debug, trace]\n\n    -p, --port \u003cPORT\u003e\n            Sets the server port number [possible values: 1..65535]\n\n    -t, --threads \u003cN_THREADS\u003e\n            Sets the number of threads used by the server [possible values: 1..10]\n```\n\n  \n## License\n\n[MIT](https://github.com/vilfa/twebd/blob/master/LICENSE)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvilfa%2Ftwebd","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvilfa%2Ftwebd","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvilfa%2Ftwebd/lists"}