WebClient for Altex
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 loadEntitiesfrom 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 pathaltex/altex_iboard_ccin this code repository.