https://github.com/vsergeyev/django-node-bladerunner
Runner for Django based project, based on Electron/Nodejs
https://github.com/vsergeyev/django-node-bladerunner
Last synced: 4 months ago
JSON representation
Runner for Django based project, based on Electron/Nodejs
- Host: GitHub
- URL: https://github.com/vsergeyev/django-node-bladerunner
- Owner: vsergeyev
- License: apache-2.0
- Created: 2019-08-03T18:33:40.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-09T21:04:47.000Z (over 3 years ago)
- Last Synced: 2024-05-29T19:23:02.842Z (almost 2 years ago)
- Language: JavaScript
- Size: 79.1 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Node.js based runner for Django projects
========================================
Made with respect to Blade Runner (c) Philip K. Dick
This actual runner configured to run https://github.com/vsergeyev/django-visual
Idea
----
* Electron application -> provides a Windows with IFRAME
* Electron application spawns a Python with manage.py
* IFRAME points to 127.0.0.1:8000 where Django application is
* PROFIT