Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 656 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 656 Bytes

Angular2 Electron Integration

Note: this repo is deprecated and has been moved to https://github.com/angular/angular-electron

First pass at integrating Angular2 as an Electron Application using Angular's split-rendering architecture.

Core application runs in Node (todo: child process?) and uses Electron's IPC module to communicate with the render layer.

Implements a message bus similar to the built in web-worker postMessageBus.

Super alpha. Really.

Todos:

  • fix zone.js integration
  • figure out why UI isn't updating (related?)
  • investigate perf implications
  • figure out a cool name.

Try it out:

npm install
npm start