Skip to content
master
Switch branches/tags
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
Oct 14, 2017
Oct 14, 2017
Oct 14, 2017
Oct 14, 2017
Oct 14, 2017
Oct 14, 2017
Oct 14, 2017
Oct 14, 2017
Oct 14, 2017
Oct 14, 2017
Oct 14, 2017

vue-input-streaming

A Vue2 Input Streaming RealTime And two way data binding broadcasting with Pusher

Setup Project

# Git Clone Project
git clone git@github.com:aofdev/vue-input-streaming.git

# CD project
cd vue-input-streaming

# install dependencies project
npm install || yarn install

Setup server app

# CD folder server-app 
cd server-app

# install dependencies 
npm install

Config

Step 1

Create a new project or click on an existing project. Pusher Console
insert key At folder/file server-app/app.js

const pusher = new Pusher({
    appId: '',
    key: '',
    secret: '',
    cluster: '',
    encrypted: true
});

Step 2

insert key At file Input.vue

 const pusher = new Pusher('', {
   cluster: '',
   encrypted: true
 });

Running Project

# run server app 
node app

# run project app
npm run dev || yarn dev

# build for production with minification and to build Progressive Web Apps
npm run build || yarn build

About

A Vue2 Input Streaming RealTime And Two Way Data Binding Broadcasting with Pusher

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published