5.4.7 • Published 4 years ago

@ignitial/iio-app-server v5.4.7

Weekly downloads
3
License
MIT
Repository
gitlab
Last release
4 years ago

IgnitialIO web application server 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 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

Architecture

core/IIOSAppServer

It provides:

  • static configuration management
  • REST API implementation
  • server-side web socket communication (using core/ws.js)
  • modules life cycle management
  • S3 file storage

core/module.js

Base class for modules implementation.

core/service.js

Base class for unified services implementation.

core/ws.js

Web socket communication and unified services management.

Default modules

  • modules/emailer.module.js: mail services
  • modules/gateway.module.js: IIOS gateway for utility access to current deployed services
  • modules/utils.module.js: utility module

Default unified services

  • services/apigateway.service.js: IIOS gateway providing one unified service per available micro-service per client
  • config.service.js: client side access to public configuration (flagged with _ unified in the congifuraiton file)

Tests

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

5.4.7

4 years ago

5.4.6

4 years ago

5.4.5

4 years ago

5.4.4

4 years ago

5.4.3

4 years ago

5.4.2

4 years ago

5.4.1

4 years ago

5.4.0

4 years ago

5.3.0

4 years ago

5.2.12

4 years ago

5.2.11

4 years ago

5.2.10

4 years ago

5.2.9

4 years ago

5.2.8

4 years ago

5.2.7

4 years ago

5.2.6

4 years ago

5.2.5

4 years ago

5.2.4

5 years ago

5.2.3

5 years ago

5.2.2

5 years ago

5.2.1

5 years ago

5.2.0

5 years ago

5.1.21

5 years ago

5.1.20

5 years ago

5.1.9

5 years ago

5.1.8

5 years ago

5.1.7

5 years ago

5.1.6

5 years ago

5.1.5

5 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.0

5 years ago

4.1.3

5 years ago

4.1.1

5 years ago

4.1.0

5 years ago

4.0.13

5 years ago

4.0.12

5 years ago

4.0.11

5 years ago

4.0.10

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