![PyPI Now Supports iOS and Android Wheels for Mobile Python Development](https://cdn.sanity.io/images/cgdhsj6q/production/96416c872705517a6a65ad9646ce3e7caef623a0-1024x1024.webp?w=400&fit=max&auto=format)
Security News
PyPI Now Supports iOS and Android Wheels for Mobile Python Development
PyPI now supports iOS and Android wheels, making it easier for Python developers to distribute mobile packages.
kue-dashboard-express
Advanced tools
Easy way to mount Kue-Dashboard for Express apps.
$ npm install kue-dashboard-express
var kue = require('kue');
var express = require('express');
var kueDashboardExpress = require('kue-dashboard-express');
var app = express();
kue.createQueue();
kueDashboardExpress(app, '/dashboard', '/kue-api');
// Mount kue JSON api
app.use('/kue-api/', kue.app);
app.listen(3000);
The example above mounts the Kue-Dashboard Vuejs application on the express app at the location /dashboard
and tells the application to point at /kue-api/
to access the Kue JSON API.
kueDashboardExpress(app, '/interface', 'https://otherdomain.com/kue-api');
This repo is just a wrapper for wrapping Kue-Dashboard in an Express app. Most develpment will be done on the main Kue-Dashboard repo.
Available on Docker Hub as [sunilmore690/kue-dashboard](https://hub.docker.com/r/sunilmore690/kue-dashboard.
$ docker run -p 3000:80 -e REDIS_URL=redis://127.0.0.1:6379 -e REDIS_PREFIX=prefix -t sunilmore690/kue-dashboard
where REDIS_URL format is => redis://:@<redis_host>:<redis_port>/
Open http://localhost:3000 in browser
kue-dashboard-express
is released under the MIT license. See LICENSE.txt for the complete text.
FAQs
Kue Dashboard for Express
The npm package kue-dashboard-express receives a total of 8 weekly downloads. As such, kue-dashboard-express popularity was classified as not popular.
We found that kue-dashboard-express demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
PyPI now supports iOS and Android wheels, making it easier for Python developers to distribute mobile packages.
Security News
Create React App is officially deprecated due to React 19 issues and lack of maintenance—developers should switch to Vite or other modern alternatives.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.