1.0.0 • Published 8 years ago

nw-splash-screen v1.0.0

Weekly downloads
2
License
MIT
Repository
github
Last release
8 years ago

NodeWebKitSplashScreen

Show splash screen until main application loads. Whenever size of exe too large then one can use Splash Screen to show loader until Mail Application extract and launch.

Folder Organisation: 1. main - Your main NW application. 2. splash - Splash screen.

Steps: 1. Add socket client code mentioned in main/index.html file in your main application. 2. Create exe of your Main application using show: false in package.json file. So that your application is hidden on launch. 3. Mention executable path of your main application in splash/index.html file line no. 32. 4. Create exe of splash application. 5. Launch Splash application it will execute Main application internally. 6. When Main application loaded event gets fired Splash Window will be closed and Main application will be visible.