Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/falkirks/heart-scoped
- Owner: falkirks
- License: mit
- Created: 2017-02-20T21:25:49.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-11-14T01:23:11.000Z (about 7 years ago)
- Last Synced: 2024-04-16T10:10:45.042Z (7 months ago)
- Topics: express, ionicons, jade, jquery, nodejs, socket-io
- Language: JavaScript
- Homepage: https://heart-scoped.herokuapp.com
- Size: 86.9 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```