Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ryanwinchester/atproto-elixir
AT Protocol in Elixir
https://github.com/ryanwinchester/atproto-elixir
atproto bluesky elixir
Last synced: 28 days ago
JSON representation
AT Protocol in Elixir
- Host: GitHub
- URL: https://github.com/ryanwinchester/atproto-elixir
- Owner: ryanwinchester
- License: mit
- Created: 2023-04-27T16:08:27.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-05-04T13:07:45.000Z (almost 2 years ago)
- Last Synced: 2024-11-13T07:46:59.503Z (3 months ago)
- Topics: atproto, bluesky, elixir
- Language: Elixir
- Homepage:
- Size: 73.2 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Authenticated Transfer Protocol (ATP) for Elixir
[![Lexicon](https://github.com/ryanwinchester/atproto/actions/workflows/lexicon.yml/badge.svg)](https://github.com/ryanwinchester/atproto/actions/workflows/lexicon.yml)
[![NSID](https://github.com/ryanwinchester/atproto/actions/workflows/nsid.yml/badge.svg)](https://github.com/ryanwinchester/atproto/actions/workflows/nsid.yml)
[![XRPC](https://github.com/ryanwinchester/atproto/actions/workflows/xrpc.yml/badge.svg)](https://github.com/ryanwinchester/atproto/actions/workflows/xrpc.yml)
[![XRPC Server](https://github.com/ryanwinchester/atproto/actions/workflows/xrpc-server.yml/badge.svg)](https://github.com/ryanwinchester/atproto/actions/workflows/xrpc-server.yml)**The Authenticated Transfer Protocol**, aka **ATP**, is a protocol for large-scale distributed social applications.
## Project Status
I've just started with the idea that I'd like to do this. I'll be working on it
in small pieces. If it looks like a good idea, I'll keep going.- [x] NSID
- [ ] Lexicon (in progress)
- [ ] PDS (in progress)
- [ ] ... TODO: Add more stuff ...
- [ ] XRPC
- [ ] XRPC Server