{"id":13805014,"url":"https://github.com/abhijithvijayan/esp8266-web-server","last_synced_at":"2025-09-14T23:03:33.819Z","repository":{"id":98866912,"uuid":"242063379","full_name":"abhijithvijayan/esp8266-web-server","owner":"abhijithvijayan","description":"Run a web server within a NodeMCU ESP8266","archived":false,"fork":false,"pushed_at":"2024-03-18T20:49:31.000Z","size":252,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-07-09T01:11:28.706Z","etag":null,"topics":["esp8266-arduino","nodemcu","nodemcu-httpserver"],"latest_commit_sha":null,"homepage":null,"language":"C++","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/abhijithvijayan.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-02-21T05:40:12.000Z","updated_at":"2024-03-18T20:49:35.000Z","dependencies_parsed_at":"2024-10-26T01:46:06.783Z","dependency_job_id":"a256df57-dbdc-4d5b-b6f9-1417b7b6b1a4","html_url":"https://github.com/abhijithvijayan/esp8266-web-server","commit_stats":{"total_commits":13,"total_committers":1,"mean_commits":13.0,"dds":0.0,"last_synced_commit":"68e45a1d9d90acacba9e9d6a0996acecd2a3e820"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/abhijithvijayan/esp8266-web-server","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abhijithvijayan%2Fesp8266-web-server","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abhijithvijayan%2Fesp8266-web-server/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abhijithvijayan%2Fesp8266-web-server/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abhijithvijayan%2Fesp8266-web-server/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/abhijithvijayan","download_url":"https://codeload.github.com/abhijithvijayan/esp8266-web-server/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abhijithvijayan%2Fesp8266-web-server/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":275180222,"owners_count":25419066,"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","status":"online","status_checked_at":"2025-09-14T02:00:10.474Z","response_time":75,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["esp8266-arduino","nodemcu","nodemcu-httpserver"],"created_at":"2024-08-04T01:00:56.363Z","updated_at":"2025-09-14T23:03:33.782Z","avatar_url":"https://github.com/abhijithvijayan.png","language":"C++","funding_links":["https://www.paypal.me/iamabhijithvijayan","https://www.patreon.com/abhijithvijayan","https://www.buymeacoffee.com/abhijithvijayan'"],"categories":["C++"],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003e🚀 esp8266-web-server\u003c/h1\u003e\n\u003cp align=\"center\"\u003eRun a web server within a NodeMCU ESP8266\u003c/p\u003e\n\u003ch3 align=\"center\"\u003e🙋‍♂️ Made by \u003ca href=\"https://twitter.com/_abhijithv\"\u003e@abhijithvijayan\u003c/a\u003e\u003c/h3\u003e\n\u003cp align=\"center\"\u003e\n  Donate:\n  \u003ca href=\"https://www.paypal.me/iamabhijithvijayan\" target='_blank'\u003e\u003ci\u003e\u003cb\u003ePayPal\u003c/b\u003e\u003c/i\u003e\u003c/a\u003e,\n  \u003ca href=\"https://www.patreon.com/abhijithvijayan\" target='_blank'\u003e\u003ci\u003e\u003cb\u003ePatreon\u003c/b\u003e\u003c/i\u003e\u003c/a\u003e\n\u003c/p\u003e\n\u003cp align=\"center\"\u003e\n  \u003ca href='https://www.buymeacoffee.com/abhijithvijayan' target='_blank'\u003e\n    \u003cimg height='36' style='border:0px;height:36px;' src='https://bmc-cdn.nyc3.digitaloceanspaces.com/BMC-button-images/custom_images/orange_img.png' border='0' alt='Buy Me a Coffee' /\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\u003chr /\u003e\n\n![demo](demo.png)\n\n## Station (STA) Mode\n\nThe ESP8266 that connects to an existing WiFi network (one created by your wireless router) is called Station (STA)\n\nIn STA mode ESP8266 gets IP from wireless router to which it is connected. With this IP address, it can set up a web server and deliver web pages to all connected devices under existing WiFi network.\n\n## Publishing to ESP8266 NodeMCU\n\n1. In your Arduino IDE, go to `File \u003e Preferences`\n2. Enter `https://arduino.esp8266.com/stable/package_esp8266com_index.json` into the `Additional Boards Manager URLs` field. Then, click the `OK` button\n3. Open the Boards Manager. Go to `Tools \u003e Board \u003e Boards Manager`\n4. Search for `ESP8266` and press install button for the `ESP8266 by ESP8266 Community`\n5. It should be installed after a few seconds.\n6. Choose board as `NodeMCU 1.0` and set erase to `ALL FLASH CONTENTS`. That’s it.\n\n## Show your support\n\nGive a ⭐️ if this project helped you!\n\n## Licence\n\nCode released under the [MIT License](LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabhijithvijayan%2Fesp8266-web-server","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fabhijithvijayan%2Fesp8266-web-server","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabhijithvijayan%2Fesp8266-web-server/lists"}