Skip to content

NathanWalker/ng2-electron

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Angular2 Electron Integration

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

About

Angular2 + Electron

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 80.8%
  • TypeScript 18.5%
  • HTML 0.7%