{"id":18072398,"url":"https://github.com/rgolubtsov/dnsresolvd-multilang","last_synced_at":"2025-10-30T01:30:23.197Z","repository":{"id":93826199,"uuid":"106921496","full_name":"rgolubtsov/dnsresolvd-multilang","owner":"rgolubtsov","description":"A daemon that performs DNS lookups for the given hostname passed in an HTTP request, with the focus on its implementation using various programming languages.","archived":false,"fork":false,"pushed_at":"2025-01-15T13:40:09.000Z","size":704,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-15T15:27:10.412Z","etag":null,"topics":["bash","c","clojure","daemon","dns","elixir","erlang","genie","http","java","javascript","lfe","lua","multilang","perl","python","resolver","vala"],"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/rgolubtsov.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":"2017-10-14T11:15:34.000Z","updated_at":"2025-01-15T13:40:11.000Z","dependencies_parsed_at":null,"dependency_job_id":"f10475c3-f3b2-4be6-bcb1-58fb2c4a64f0","html_url":"https://github.com/rgolubtsov/dnsresolvd-multilang","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/rgolubtsov%2Fdnsresolvd-multilang","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rgolubtsov%2Fdnsresolvd-multilang/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rgolubtsov%2Fdnsresolvd-multilang/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rgolubtsov%2Fdnsresolvd-multilang/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rgolubtsov","download_url":"https://codeload.github.com/rgolubtsov/dnsresolvd-multilang/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":238915887,"owners_count":19551794,"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":["bash","c","clojure","daemon","dns","elixir","erlang","genie","http","java","javascript","lfe","lua","multilang","perl","python","resolver","vala"],"created_at":"2024-10-31T09:19:51.818Z","updated_at":"2025-10-30T01:30:23.187Z","avatar_url":"https://github.com/rgolubtsov.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# DNS Resolver Daemon (dnsresolvd)\n\n**A daemon that performs DNS lookups for the given hostname passed in an HTTP request,\n\u003cbr /\u003ewith the focus on its implementation using various programming languages**\n\nThe following implementations are on the workbench:\n\n* :small_blue_diamond: **C ([GNU libmicrohttpd](https://gnu.org/software/libmicrohttpd \"GNU libmicrohttpd\"))**: `src/c/libmicrohttpd/`\n* :small_blue_diamond: **C ([GNOME libsoup](https://developer.gnome.org/libsoup \"GNOME libsoup\"))**: `src/c/libsoup/`\n* :small_blue_diamond: **JavaScript ([Node.js](https://nodejs.org \"Node.js\"))**: `src/js/`\n* :small_blue_diamond: **Lua ([Luvit](https://luvit.io \"Luvit\"))**: `src/lua/`\n* :small_blue_diamond: **Perl 5 ([Mojolicious](http://mojolicious.org \"Mojolicious\"))**: `src/perl/`\n* :small_blue_diamond: **Python 3 ([Twisted](http://twistedmatrix.com \"Twisted\"))**: `src/python/`\n* :small_blue_diamond: **Vala ([GNOME libsoup](https://valadoc.org/libsoup-2.4/index.html \"GNOME libsoup\"))**: `src/vala/`\n* :small_blue_diamond: **Genie ([GNOME libsoup](https://valadoc.org/libsoup-2.4/index.html \"GNOME libsoup\"))**: `src/genie/`\n* :small_blue_diamond: **Elixir ([Cowboy](https://ninenines.eu \"Cowboy\"))**: `src/elixir/`\n* :small_blue_diamond: **Erlang ([Cowboy](https://ninenines.eu \"Cowboy\"))**: `src/erlang/`\n* :small_blue_diamond: **LFE ([Cowboy](https://ninenines.eu \"Cowboy\"))**: `src/lfe/`\n* :small_blue_diamond: **Clojure ([HTTP Kit](http://http-kit.org \"HTTP Kit\"))**: `src/clojure/`\n* :small_blue_diamond: **Java ([Eclipse Vert.x](http://vertx.io \"Eclipse Vert.x\"))**: `src/java/`\n* :small_blue_diamond: **Bash ([Netcat](http://nc110.sourceforge.net \"Netcat: the TCP/IP swiss army\"))**: `src/bash/`\n* :small_blue_diamond: **Go ([net/http](https://golang.org/pkg/net/http/ \"Package http\"))**: `src/go/`\n\n## Table of Contents\n\n* **Building** (The main prerequisite for building the daemon is the **GNU Make** utility, where applicable.)\n  * [C (GNU libmicrohttpd)](https://github.com/rgolubtsov/dnsresolvd-multilang/tree/master/src/c/libmicrohttpd#building)\n  * [C (GNOME libsoup)](https://github.com/rgolubtsov/dnsresolvd-multilang/tree/master/src/c/libsoup#building)\n  * [JavaScript (Node.js)](https://github.com/rgolubtsov/dnsresolvd-multilang/tree/master/src/js#building)\n  * [Lua (Luvit)](https://github.com/rgolubtsov/dnsresolvd-multilang/tree/master/src/lua#building)\n  * [Perl 5 (Mojolicious)](https://github.com/rgolubtsov/dnsresolvd-multilang/tree/master/src/perl#building)\n  * [Python 3 (Twisted)](https://github.com/rgolubtsov/dnsresolvd-multilang/tree/master/src/python#building)\n  * [Vala (GNOME libsoup)](https://github.com/rgolubtsov/dnsresolvd-multilang/tree/master/src/vala#building)\n  * [Genie (GNOME libsoup)](https://github.com/rgolubtsov/dnsresolvd-multilang/tree/master/src/genie#building)\n  * [Elixir (Cowboy)](https://github.com/rgolubtsov/dnsresolvd-multilang/tree/master/src/elixir#building)\n  * [Erlang (Cowboy)](https://github.com/rgolubtsov/dnsresolvd-multilang/tree/master/src/erlang#building)\n  * [LFE (Cowboy)](https://github.com/rgolubtsov/dnsresolvd-multilang/tree/master/src/lfe#building)\n  * [Clojure (HTTP Kit)](https://github.com/rgolubtsov/dnsresolvd-multilang/tree/master/src/clojure#building)\n  * [Java (Eclipse Vert.x)](https://github.com/rgolubtsov/dnsresolvd-multilang/tree/master/src/java#building)\n  * [Bash (Netcat)](https://github.com/rgolubtsov/dnsresolvd-multilang/tree/master/src/bash#building)\n  * [Go (net/http)](https://github.com/rgolubtsov/dnsresolvd-multilang/tree/master/src/go#building)\n* **Running** (Examples of making HTTP requests against the running daemon are based on using the `curl` utility.)\n  * [C (GNU libmicrohttpd)](https://github.com/rgolubtsov/dnsresolvd-multilang/tree/master/src/c/libmicrohttpd#running)\n  * [C (GNOME libsoup)](https://github.com/rgolubtsov/dnsresolvd-multilang/tree/master/src/c/libsoup#running)\n  * [JavaScript (Node.js)](https://github.com/rgolubtsov/dnsresolvd-multilang/tree/master/src/js#running)\n  * [Lua (Luvit)](https://github.com/rgolubtsov/dnsresolvd-multilang/tree/master/src/lua#running)\n  * [Perl 5 (Mojolicious)](https://github.com/rgolubtsov/dnsresolvd-multilang/tree/master/src/perl#running)\n  * [Python 3 (Twisted)](https://github.com/rgolubtsov/dnsresolvd-multilang/tree/master/src/python#running)\n  * [Vala (GNOME libsoup)](https://github.com/rgolubtsov/dnsresolvd-multilang/tree/master/src/vala#running)\n  * [Genie (GNOME libsoup)](https://github.com/rgolubtsov/dnsresolvd-multilang/tree/master/src/genie#running)\n  * [Elixir (Cowboy)](https://github.com/rgolubtsov/dnsresolvd-multilang/tree/master/src/elixir#running)\n  * [Erlang (Cowboy)](https://github.com/rgolubtsov/dnsresolvd-multilang/tree/master/src/erlang#running)\n  * [LFE (Cowboy)](https://github.com/rgolubtsov/dnsresolvd-multilang/tree/master/src/lfe#running)\n  * [Clojure (HTTP Kit)](https://github.com/rgolubtsov/dnsresolvd-multilang/tree/master/src/clojure#running)\n  * [Java (Eclipse Vert.x)](https://github.com/rgolubtsov/dnsresolvd-multilang/tree/master/src/java#running)\n  * [Bash (Netcat)](https://github.com/rgolubtsov/dnsresolvd-multilang/tree/master/src/bash#running)\n  * [Go (net/http)](https://github.com/rgolubtsov/dnsresolvd-multilang/tree/master/src/go#running)\n\n---\n\n:floppy_disk:\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frgolubtsov%2Fdnsresolvd-multilang","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frgolubtsov%2Fdnsresolvd-multilang","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frgolubtsov%2Fdnsresolvd-multilang/lists"}