Skip to content
This repository has been archived by the owner on May 4, 2020. It is now read-only.

evg656e/broadcast-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

broadcast-example

ES6 and TypeScript stub project that runs in QML, Browser and Node.js environments.

Can be run on the fly using requirify or be built using Webpack.

To switch between versions change apps entry points in static/index.html, client/main.qml and server/main.js:

es6  -> es6 version
ts   -> typescript version
dev  -> loaded by requirify
dist -> built by webpack

In case of using dist don't forget to run npm run build first.

QML app can be run on the fly with qmlscene or can be built as executable.