5.2.4 • Published 4 years ago

@ignitial/iio-app-client v5.2.4

Weekly downloads
2
License
MIT
Repository
github
Last release
4 years ago

IgnitialIO web application client library

This library allows an web app to take advantage of the IIOS services framework.
It implements several concepts:

  • web socket communication using socket.io
  • unified services: these are services defined server-side that can be called browser side as if they were seamlesly local to browser. They use web sockets to do so.
  • modules: these are services (you can see this as server app plugins) implemented server-side and eventually available browser side. If so, unlikely unified services, they are defined with one instance per all web socket clients (e.g. connection), while unified services provide one instance per client
  • API gateway: is providing an unified service for each available IIO micro-service. In this way, any micro-service can be used locally to the browser.
  • static configuration management for the web app
  • static file serve
  • REST API capabilities thanks to connect-rest
  • AWS S3 or compliant (e.g. Minio S3) file storage
  • i18n

Architecture

i18n

It provides internationalization features allowing to use transparent translation for any string.

modules

Base class for implementing client side plugin (for example VueJS plugin) to remotely access server modules.

services

Base class for implementing client side plugin (for example VueJS plugin) to remotely access server services (unified services + IIO micro-services).

utils

Base class for implementing utility plugin (for example VueJS plugin).

Tests

Tests are mainly done trough the full application. For example: IgnitialIO application template

5.2.4

4 years ago

5.2.3

4 years ago

5.2.2

4 years ago

5.2.1

4 years ago

5.2.0

4 years ago

5.1.12

4 years ago

5.1.11

4 years ago

5.1.10

4 years ago

5.1.9

4 years ago

5.1.8

4 years ago

5.1.7

4 years ago

5.1.6

4 years ago

5.1.5

4 years ago

5.1.4

5 years ago

5.1.3

5 years ago

5.1.2

5 years ago

5.1.1

5 years ago

5.1.0

5 years ago

5.0.1

5 years ago

5.0.0

5 years ago

4.0.19

5 years ago

4.0.18

5 years ago

4.0.17

5 years ago

4.0.16

5 years ago

4.0.15

5 years ago

4.0.14

5 years ago

4.0.13

5 years ago

4.0.12

5 years ago

4.0.11

5 years ago

4.0.9

5 years ago

4.0.8

5 years ago

4.0.7

5 years ago

4.0.6

5 years ago

4.0.5

5 years ago

4.0.4

5 years ago

4.0.3

5 years ago

4.0.2

5 years ago

4.0.1

5 years ago

4.0.0

5 years ago