vote-socket

0.0.5 • Public • Published

vote-socket

version dependencies build license downloads

Vote-socket is yet another JavaScript framework to make your awesome votes.

Get Started

Installation

npm install vote-socket
or
yarn add vote-socket

Node.js

Example with Express and socket.io

const vote = require("vote-socket")

app.use(vote.router)

io.on("connection", vote.socket)

app.get("/iframe", vote.onHttpRequest)
<iframe
    src="/iframe"
    width=1280
    height=720
    name="vote-socket"
>
</iframe>

Document

#TODO

Build

cd web

npm i
npm build

or

yarn
yarn build

Readme

Keywords

none

Package Sidebar

Install

npm i vote-socket

Weekly Downloads

1

Version

0.0.5

License

MIT

Unpacked Size

23.1 MB

Total Files

3849

Last publish

Collaborators

  • yinyan