{"id":13828801,"url":"https://github.com/lord/backtalk","last_synced_at":"2025-05-08T21:04:49.540Z","repository":{"id":57502495,"uuid":"82225570","full_name":"lord/backtalk","owner":"lord","description":"HTTP/Websockets API microframework","archived":false,"fork":false,"pushed_at":"2017-07-18T03:27:41.000Z","size":124,"stargazers_count":156,"open_issues_count":10,"forks_count":4,"subscribers_count":8,"default_branch":"master","last_synced_at":"2025-02-02T02:54:11.398Z","etag":null,"topics":["api-server","http","json","realtime","rust"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/lord.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":"license-apache.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-02-16T20:59:06.000Z","updated_at":"2024-11-28T16:33:12.000Z","dependencies_parsed_at":"2022-09-13T08:20:17.911Z","dependency_job_id":null,"html_url":"https://github.com/lord/backtalk","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lord%2Fbacktalk","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lord%2Fbacktalk/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lord%2Fbacktalk/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lord%2Fbacktalk/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lord","download_url":"https://codeload.github.com/lord/backtalk/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":238044093,"owners_count":19407128,"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":["api-server","http","json","realtime","rust"],"created_at":"2024-08-04T09:03:10.763Z","updated_at":"2025-02-10T02:04:20.732Z","avatar_url":"https://github.com/lord.png","language":"Rust","readme":"\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://raw.githubusercontent.com/lord/img/master/logo-backtalk.png\" alt=\"Backtalk: API Web Server\" width=\"226\"\u003e\n  \u003cbr\u003e\n  \u003ca href=\"https://travis-ci.org/lord/backtalk\"\u003e\u003cimg src=\"https://travis-ci.org/lord/backtalk.svg?branch=master\" alt=\"Build Status\"\u003e\u003c/a\u003e\n  \u003ca href=\"https://crates.io/crates/backtalk\"\u003e\u003cimg src=\"https://img.shields.io/crates/v/backtalk.svg\" alt=\"Crate Info\"\u003e\u003c/a\u003e\n  \u003ca href=\"https://docs.rs/backtalk\"\u003e\u003cimg src=\"https://img.shields.io/badge/docs.rs-visit-brightgreen.svg\" alt=\"Documentation\"\u003e\u003c/a\u003e\n\u003c/p\u003e\n\nBacktalk is a web framework for Rust. Much is subject to change and it's not ready for writing production sites, but the structure is there, and I'm glad to answer questions/help out if the documentation isn't enough.\n\n- **Asynchronous** – use Futures for everything, handle thousands of concurrent connections.\n- **Realtime** – expose a streaming API, and push live events to clients.\n- **Simple** – only a couple hundred lines of code.\n- **Opinionated** – exclusively for JSON-based RESTful APIs.\n- **Magicless** – no macros, no unsafe, runs on stable Rust.\n\nA simple server example:\n\n```rust\nlet mut server = Server::new();\nlet database = memory::MemoryAdapter::new();\nserver.resource(\"/cats\", move |req: Request| {\n  database.handle(req)\n});\nserver.listen(\"127.0.0.1:3000\");\n```\n\nYou can look in the `examples` directory for more information, or the [blog post](https://lord.io/blog/2017/backtalk) walking through the examples.\n\n## Inspiration\n\n- Feathers.js\n- Phoenix\n- Rocket.rs\n","funding_links":[],"categories":["Rust"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flord%2Fbacktalk","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flord%2Fbacktalk","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flord%2Fbacktalk/lists"}