Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/falkirks/heart-scoped

socket.io pulsing heart thingy
https://github.com/falkirks/heart-scoped

express ionicons jade jquery nodejs socket-io

Last synced: 8 days ago
JSON representation

socket.io pulsing heart thingy

Awesome Lists containing this project

README

        

![eg](/eg.gif)

heart-scoped
============

This is a little express app that displays a heart. Users can click the heart and their click will be visible to other users based on their current path.

### Scoping

```
/ ("global": can see all pulses)
/foo ("foo": can see pulses in foo.*)
/foo/one ("foo.one": can see pulses in foo.one.*)
/bar/one ("bar.one": can see pulses in bar.one.*)
```

### Setup
```
git clone https://github.com/Falkirks/heart-scoped
cd heart-scoped
npm install
npm start
```