- Notifications
You must be signed in to change notification settings - Fork4
A Vue2 Input Streaming RealTime And Two Way Data Binding Broadcasting with Pusher
License
NotificationsYou must be signed in to change notification settings
aofdev/vue-input-streaming
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
A Vue2 Input Streaming RealTime And two way data binding broadcasting with Pusher
# Git Clone Projectgit clone git@github.com:aofdev/vue-input-streaming.git# CD projectcd vue-input-streaming# install dependencies projectnpm install|| yarn install
# CD folder server-appcd server-app# install dependenciesnpm install
Create a new project or click on an existing project.Pusher Console
insert key At folder/fileserver-app/app.js
const pusher = new Pusher({ appId:'', key:'', secret:'', cluster:'', encrypted:true});insert key At fileInput.vue
const pusher = new Pusher('', { cluster:'', encrypted:true });
# run server appnode app# run project appnpm run dev|| yarn dev# build for production with minification and to build Progressive Web Appsnpm run build|| yarn build
About
A Vue2 Input Streaming RealTime And Two Way Data Binding Broadcasting with Pusher
Topics
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
No releases published
Packages0
No packages published
Uh oh!
There was an error while loading.Please reload this page.
