New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

github.com/aofdev/vue-input-streaming

Package Overview
Dependencies
Alerts
File Explorer
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/aofdev/vue-input-streaming

  • v0.0.0-20180805043402-3633ed3bdf5e
  • Source
  • Go
  • Socket score

Version published
Created
Source

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

FAQs

Package last updated on 05 Aug 2018

Did you know?

Socket

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc