UNPKG

decentralized-internet

Version:

An NPM library of programs to create decentralized web and distributed computing projects

7 lines (5 loc) 256 B
import { ContainerModule } from '@theia/core/shared/inversify'; export default new ContainerModule(() => { // Backend module - currently no backend-specific services needed // All SDK communication goes through the UI Dashboard REST API });