Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/iboard/ax_webclient
A Phoenix/Liveview web client for the Altex project
https://github.com/iboard/ax_webclient
Last synced: 16 days ago
JSON representation
A Phoenix/Liveview web client for the Altex project
- Host: GitHub
- URL: https://github.com/iboard/ax_webclient
- Owner: iboard
- License: mit
- Created: 2021-12-11T20:52:20.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2022-02-26T14:07:15.000Z (almost 3 years ago)
- Last Synced: 2024-12-12T10:48:44.265Z (22 days ago)
- Language: Elixir
- Size: 668 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# WebClient for [Altex](https://github.com/iboard/altex)
[![Documentation](https://img.shields.io/badge/docs-hexpm-blue.svg)](http://hexdocs.pm/ax_webclient/)
[![Elixir CI](https://github.com/iboard/ax_webclient/actions/workflows/elixir.yml/badge.svg)](https://github.com/iboard/ax_webclient/actions/workflows/elixir.yml)A basic web client for the Altex applications. This is a Phoenix application
excluding ecto nut using Altex-modules by referencing them as a path-dependency
until we have a releas where we have published each single Altex-project as a
Hex package.## Altex Mix projects
- `../[axentity][]` A general "Entity" protocol. Entities are wrapper around any
valid term and makes it possible to store those data in a "Repository".- `../[axrepo][]` A general "Data repository" to persist and load `Entities` from
somewhere. Axrepo provides an In-Memory and a On-Disk implementation. If
you think an application without a SQL-database isn't a real application,
its up to you to just implement a SQL-implementation.- `../[ax_webclient][]` This package. [See in action...](https://altex.iboard.cc)
The web-page made out from path `altex/altex_iboard_cc` in this code repository.
## Hex Packages- [axentity hex.pm][]
- [axrepo hex.pm][]
- [ax_webclient hex.pm][][axentity]: https://github.com/iboard/axentity
[CIB axentity]: https://github.com/iboard/axentity/actions/workflows/elixir.yml/badge.svg
[DB axentity]: https://img.shields.io/badge/docs-hexpm-blue.svg[axrepo]: https://github.com/iboard/axrepo
[CIB axrepo]: https://github.com/iboard/axrepo/actions/workflows/elixir.yml/badge.svg
[DB axrepo]: https://img.shields.io/badge/docs-hexpm-blue.svg[ax_webclient]: https://github.com/iboard/ax_webclient
[CIB ax_webclient]: https://github.com/iboard/ax_webclient/actions/workflows/elixir.yml/badge.svg
[DB ax_webclient]: https://img.shields.io/badge/docs-hexpm-blue.svg[axentity hex.pm]: https://hex.pm/packages/axentity
[axrepo hex.pm]: https://hex.pm/packages/axrepo
[ax_webclient hex.pm]: https://hex.pm/packages/ax_webclient