{"id":13508287,"url":"https://github.com/meh/cauldron","last_synced_at":"2025-10-08T18:37:40.610Z","repository":{"id":8720372,"uuid":"10391201","full_name":"meh/cauldron","owner":"meh","description":"I wonder what kind of Elixir is boiling in there.","archived":false,"fork":false,"pushed_at":"2017-05-13T15:43:50.000Z","size":315,"stargazers_count":72,"open_issues_count":2,"forks_count":7,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-05-29T14:24:35.862Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Elixir","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/meh.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":"2013-05-30T20:27:18.000Z","updated_at":"2025-01-08T14:16:48.000Z","dependencies_parsed_at":"2022-09-02T06:21:30.017Z","dependency_job_id":null,"html_url":"https://github.com/meh/cauldron","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/meh/cauldron","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/meh%2Fcauldron","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/meh%2Fcauldron/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/meh%2Fcauldron/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/meh%2Fcauldron/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/meh","download_url":"https://codeload.github.com/meh/cauldron/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/meh%2Fcauldron/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261233101,"owners_count":23128194,"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":[],"created_at":"2024-08-01T02:00:50.884Z","updated_at":"2025-10-08T18:37:35.573Z","avatar_url":"https://github.com/meh.png","language":"Elixir","funding_links":[],"categories":["HTTP"],"sub_categories":[],"readme":"Cauldron - an HTTP/SPDY server as a library\n===========================================\nCauldron is a web server implemented as a library, it's easy to embed into\nother applications and fairly easy to implement DSLs on it, an example\nof a DSL using cauldron is [urna](https://github.com/meh/urna).\n\nExamples\n--------\n\n```elixir\ndefmodule Foo do\n  use Cauldron\n\n  # respond to a GET / request with \"Hello, World!\"\n  def handle(\"GET\", %URI{path: \"/\"}, req) do\n    req |\u003e Request.reply(200, \"Hello, World!\")\n  end\nend\n\n# open the cauldron on port 8080\nCauldron.start Foo, port: 8080\n```\n\nWhy?\n----\nBecause I don't like how cowboy handles things and there are no other pure\nElixir webservers around that I know of.\n\nSpeed\n-----\nRight now cauldron is faster than node.js and slower than cowboy, there' still\nspace for speed improvements but it's not a high priority right now.\n\nThe slowness comes from protocol dispatching in Elixir, protocol consolidation\nwill fix that.\n\nAlso we don't use an hand-crafted decoder like cowboy does but use\n`:erlang.decode_packet`.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmeh%2Fcauldron","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmeh%2Fcauldron","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmeh%2Fcauldron/lists"}