You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
5 years ago | |
---|---|---|
classes | 5 years ago | |
sources | 5 years ago | |
.gitignore | 8 years ago | |
.jscsrc | 8 years ago | |
.jshintrc | 8 years ago | |
README.md | 7 years ago | |
config.dist.json | 5 years ago | |
main.js | 8 years ago | |
package-lock.json | 5 years ago | |
package.json | 5 years ago | |
schema.sql | 8 years ago |
README.md
lifestream
Realtime lifestream via PuSH and WebSockets
With a minimal bit of parsing logic, you can add any PuSH-enabled source to your lifestream
Status
Pre-alpha, subject to change drastically, run at own risks ;)
Demo
https://chromic.org (The "Realtime Updates" section)
Client source code here: https://github.com/chimo/lifestream-client
Requirements
Installation
Run npm install
Configration
- Create a MySQL database
- Create the tables:
mysql -u username -p database_name < schema.sql
- Copy
config.dist.json
toconfig.json
and fill-in the missing information
Launch
Run node ./main.js
Problems?
Feel free to create an issue or ping me on GNU social, email or Twitter