Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@module-federation/aegis

Package Overview
Dependencies
Maintainers
4
Versions
164
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@module-federation/aegis

  • 0.0.0-beta.40
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
7
Maintainers
4
Weekly downloads
 
Created
Source

ÆGIS

See the MicroLib repo for documentation and a working example of a federation server.

Aegis Overview

Using ÆGIS

Install

npm i @module-federation/aegis

Contribute Open in Visual Studio Code

git clone https://github.com/module-federation/aegis
cd aegis
yarn
yarn build
yarn link 

cd ..

git clone https://github.com/module-federation/microlib
cd microlib
cp dotenv.example .env
yarn
yarn link "@module-federation/aegis"
yarn build
yarn start
yarn demo

Work in Progress

WebAssembly

Enable polyglot, WASM-powered compute

Overview:

  • Support WASM modules as domain, adapter, and service components
  • Linter and compiler transform supports compiling existing TypeScript to AssemblyScript
  • Support in browser and on any WASM runtime (No Node.js dependency)

AppMesh

Decentralized network for transparent integration and dynamic redistribution of federated software

Overview:

  • Distributed object cache over switched mesh network
  • Gracefully degrade or upgrade based on available middleware (plug-in NATs, Kafka, etc).
  • No assumption of container networking or provisioning automation, compute delivery nethod abstracted
  • Operations analytics / AIOps capture performance at switch nodes, recommends deployment changes)
  • Operations automation (implement recommended changes, including basic orchestration)
  • Dynamic redeployment (e.g. of 2 chatty services to same instance, run closer to users and data)
  • Use Cases: DataMesh, Federated Learning, transparent integration, low-config,

Based on:

  • Web3 / blockchain / Solid
  • Software defined overlay network

FAQs

Package last updated on 29 Oct 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc