vote-socket
v0.0.5
Published
![version](https://img.shields.io/npm/v/vote-socket) ![dependencies](https://img.shields.io/badge/dependencies-up%20to%20date-green) ![build](https://img.shields.io/badge/build-pending-yellow) ![license](https://img.shields.io/npm/l/vote-socket) ![downloa
Downloads
3
Readme
vote-socket
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