Coder Social home page Coder Social logo

realtime-rating's Introduction

Intro

realtime-rating is an app to give real time feedback about a talk. The audience can connect to it and start giving feedback by tapping on the "reactions" displayed (or adding new ones).

It looks a like this:

I presented it at the RealTime Web Lightning Talks and the audience has cast something like 900 votes and it ended up like:

[
    {
        "count":220,
        "vote":"Trump for president "
    },
    {
        "count":106,
        "vote":"💩"
    },
    {
        "count":84,
        "vote":"💓"
    },
    {
        "count":77,
        "vote":"talk louder please"
    },
    {
        "count":75,
        "vote":"😬"
    },
    {
        "count":71,
        "vote":"Gross"
    },
    {
        "count":60,
        "vote":"😁"
    },
    {
        "count":50,
        "vote":"Well... "
    },
    {
        "count":41,
        "vote":"😸"
    },
    {
        "count":20,
        "vote":"👍"
    },
    {
        "count":18,
        "vote":"Hey!"
    },
    {
        "count":18,
        "vote":"Kool"
    },
    {
        "count":15,
        "vote":":("
    },
    {
        "count":9,
        "vote":""
    },
    {
        "count":9,
        "vote":"angst"
    },
    {
        "count":7,
        "vote":"indifference"
    },
    {
        "count":2,
        "vote":"NOP"
    }
]

realtime-votes

A demo built on top of RethinkDB, socket.io, and Express.

Install

Clone this repo, then:

$ npm install

Make sure your RethinkDB is running, then execute:

Create the database and the table:

$ node createdb.js

Now you can start the server with:

$ npm start

You should be able to connect to http://localhost:8008/. There is an almost invisible box at the bottom left, type something there and hit enter.

realtime-rating's People

Contributors

vrde avatar

Stargazers

Dmitrii Vasilev avatar Marcel avatar Anatoli Nicolae avatar Yasser Fadl avatar Tim Daubenschütz avatar

Watchers

 avatar James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.