mobile-app-server
v1.0.0
Published
Serve Android and Apple applications to Mobile Devices.
Downloads
28
Maintainers
Readme
Mobile App Server
Serve Google Android and Apple iOS applications to Mobile Devices.
Main Page Screenshot
Example List
Requires
- Node.js
- SSL Cert
Platforms
- MAC OS
- Windows
- Linux
Main Features
Automatically discovers new Apps on page refresh, simply add files to path.
Designed for Local Intranet usage, but could be deployed to cloud.
Provides package information and QR Code per app.
Secured on HTTPS - Requires an SSL certificate (Self Cert or Full).
Pre-requisite
SSL Certificate. A self-cert can be generated manually or generated online.
An example website is http://www.selfsignedcertificate.com/
Simply enter your local IP addres, and download the files.
Name the files server.crt
and server.key
.
Place them in a folder and specify the folder path as part of the usage.
Installation
$ npm install mobile-app-server -g
Usage
Usage: mobile-app-server [files] [ssl]
Options:
-V, --version output the version number
-p, --port [value] port
-f, --files <files> path to ipa/apk files
-s, --ssl <ssl> path to SSL .key and .crt
-h, --help output usage information
e.g.
node mobile-app-server -f /to/files/path/ -s /to/certs/path -p 8080
-s : Path to SSL server.crt
and server.key
files.
-f : Path to APK and/or IPA files
-p : Optional PORT number (Default is 3001)
Future Roadmap
Drag and Drop app addition of files via Web Interface.
App Icons.
Extended package information.
Bugs & Feature Requests
Issues and feature requests can be logged over at github on https://github.com/anupsaund/mobile-app-server/issues