iboard / ax_webclient

A Phoenix/Liveview web client for the Altex project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WebClient for Altex

Documentation Elixir CI

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... The web-page made out from path altex/altex_iboard_cc in this code repository.

Hex Packages

About

A Phoenix/Liveview web client for the Altex project

License:MIT License


Languages

Language:Elixir 76.5%Language:HTML 11.6%Language:CSS 7.8%Language:Dockerfile 2.2%Language:JavaScript 1.8%Language:Shell 0.1%