This is a Node App using ExpressJS, Socket IO, and Electron.
A colorful scripture rosary
for NodeJs.
- Electron client container with a JQM UI.
Primary features:
- It contains NAB English & Vulgate Latin translation options.
- Has a meditative audio option.
- Imports daily Mass readings (online only).
- Optional multi-user group communication with bead progress updates.
Youtube Demo:
- General mechanics outdated demo, not the newest version.
- screenshots
- Desktop standalone and mobile networked app
- Works as a Server Hosted app and as a Client recipiant app.
- Send/Receive text communication between different app instances.
- Academic reference
- Local intranet or ad-hoc networks (trusted)
- Servers hosted on mobile devices with NodeJs server
- ExpressJs Service
- SocketIO instant messaging
- Color themes and keyboard shortcuts
- NAB English/Vulgate Latin Scripture languages
- Liturgical Calendar Day Flag ( 24h "day window" is rounded up )
- REMOVED: Daily web scraped mass readings.
# download and install dependencies
npm install
# start the app
npm start
package.json
{
"main": "main.js",
"scripts": {
"start": "electron ."
},
"devDependencies": {
"electron": "^2.0.0"
},
"dependencies": {
"express": "^4.16.3",
"jquery": "^1.11.1",
"popper.js": "^1.14.4",
"socket.io": "^2.1.1"
}
}
Electron development for Ubuntu Linux install-electron-debian.sh
Electron development for Arch Linux install-electron-arch.sh
Win10 just requires a standard Node JS download
## Arch
sudo pacman -S --needed nodejs
sudo pacman -S --needed npm
npm install --arch=ia64 electron
npm install --platform=linux electron
npm install electron -g
## install this app's node packages, you can do this 1st or last
npm install
If you want to build this app into a standalone executable, use electron-packager
## Globally install electron-packager
npm install -g electron-packager
## Linux install workaround/fix
## sudo npm install electron -g --unsafe-perm=true --verbose --allow-root
## perform the packager on my desired Electron App directory.
electron-packager .
Repo size proportions (approximately)
dir | MiB |
---|---|
./myAssets | 8-9 |
Dev Testing:
-
Host Computer: Best performance experienced on Win10 and Arch/Debian Linux.
-
Client Computer: Best experience on desktop/laptop sized and mobile device sized monitors. (abandoned Safari development)
- the tablet and mobile screen sizes are approximations based on "old" device standards.