Skip to content
This repository has been archived by the owner on Nov 5, 2022. It is now read-only.

chimo/lifestream

Repository files navigation

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

  1. Create a MySQL database
  2. Create the tables: mysql -u username -p database_name < schema.sql
  3. Copy config.dist.json to config.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

About

Realtime lifestream via PuSH and WebSockets

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published