Add news feed module.

This commit is contained in:
Michael Teeuw
2016-03-29 15:44:43 +02:00
parent 4fb7f099de
commit c09f8e97f7
5 changed files with 262 additions and 32 deletions

View File

@@ -19,5 +19,6 @@ Things that still have to be implemented or changed.
####Helper scripts
- Only start helper scripts of modules that are actually loaded in the UI (config.js)
- Notification system, so that not every helper scripts needs it's own socket to the UI.
- `modules/newsfeed/node_helper.js` now spawns it's own epxress webserver on port 8080. We need to create a solution for every module that needs a server side url.