Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/folletto/roomverse
Modular chat for distributed team collaboration
https://github.com/folletto/roomverse
Last synced: 27 days ago
JSON representation
Modular chat for distributed team collaboration
- Host: GitHub
- URL: https://github.com/folletto/roomverse
- Owner: folletto
- License: gpl-3.0
- Created: 2013-12-03T00:15:48.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-05-05T03:07:05.000Z (over 10 years ago)
- Last Synced: 2024-10-04T15:28:37.203Z (about 2 months ago)
- Language: JavaScript
- Homepage:
- Size: 7.52 MB
- Stars: 15
- Watchers: 2
- Forks: 5
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: license.txt
Awesome Lists containing this project
README
Roomverse
=========**Modular chat for distributed team collaboration**
USAGE
-----1. Install [Node.js](http://nodejs.org/)
2. Download / Clone this git repository
3. `npm install`
4. `node app.js`
5. open `http://localhost:3000`WHY ROOMVERSE
-------------There are countless chat applications out there and countless collaboration apps,
but after testing many of them I still think they all are missing one of the key
elements of collaboration: the room context.
Roomverse is designed to have a third permanent column that is contextual to
the room you're in, where every room can load its own set of widgets.So each rooms isn't just a chat, but everyone has also visibility on the contextual
widgets on the side. Everyone sees the same, but every room is different.Extensibility becomes a clear and key element of such approach.
RANDOM FACTS
------------* Currently in development. Not feature complete, but works.
* IRC backend to make it useful faster, in the future pluggable.
* Simple to setup: download, install script, run.LICENSE
-------_Copyright (C) 2013-2014, Davide Casali_
_Licensed under **GPLv3 License**_> _No sensible decision can be made any longer without taking into account
not only the world as it is, but the world as it will be_
– Isaac Asimov