Difference between revisions of "Main Page"

From Kosmos Wiki
Jump to navigation Jump to search
Line 60: Line 60:
 
=== Upcoming ===
 
=== Upcoming ===
  
* [http://www.opensourcebash.org/ OpenSourceBash Berlin, Sept 28 2015 - 7pm]
+
...
* [http://get-d.net/home/events/getd-summit-hackathon-berlin-iii/ GETD#3 Summit & Hackathon Berlin, October 10/11 2015]
 
  
 
== Code of Conduct ==
 
== Code of Conduct ==
  
 
[[Contributor Code of Conduct]]
 
[[Contributor Code of Conduct]]

Revision as of 18:08, 19 February 2016

Kosmos (ex Codename 67P) is a team communication application based exclusively on open protocols, standards, APIs, and data formats. All of its components are free software, published under open-source licenses. User-facing programs are built upon the Web Platform, communicating with server components via HTTP and WebSockets.

Building blocks

Kosmos consists of several components, all of which can be configured separately, and thus be either hosted by a provider or self-hosted by the user/organization. These are:

  • Sockethub server for facilitating client/server communication between the Web client and the multiple protocols/backends/APIs it needs to talk to (e.g. IRC, SMTP, OStatus, Twitter, GitHub, SMS gateways, TURN etc.)
  • RemoteStorage server for storing all user data in a user-defined/controlled storage backend
  • IRC or XMPP server for private communication servers (not needed for personal usage on public servers)
  • TURN server for WebRTC networking enhancements/fallback for audio and audio/video calls (optional)
  • Web client, written in Ember.js, using sockethub-client.js and remoteStorage.js
  • Daemon (tbd) for logging channels and handling incoming notifications like e.g. Webhooks from services that publish messages to Kosmos channels

Technical overview

Goals

  • Provide users/organizations/businesses with a modern, full-featured team communication solution, which is easy to set up and use
  • Eventually provide a fully hosted, one-click-setup solution for private team communication (keeping the possibility to exchange any component at will, e.g. storing all data on user-controlled remoteStorage servers
  • Use common, open, documented data formats for storing all data, thus making it possible to use/manage/input stored data from other apps (no matter if new or existing). This is where the remoteStorage protocol really shines compared to all other personal data storage protocols made for the Web.
  • Make it possible for users to be part of and use both public and private channels/spaces/servers at the same time and in the same window (no more Campfire/Hipchat/Slack for work and clients, and IRC only for open-source and hobby, all in different apps)
  • Always keep the whole application in a state that can be deployed by anyone (with the necessary skills) who wishes to self-host the whole system. That explicitly includes documentation for doing so.
  • Enable *anyone* to join the conversation on public servers by offering a great Web IRC client, making it easy to connect, register nicks, auto-log and replay messages while away — all the nitty-gritty details that even software developers struggle with these days
  • Be backwards-compatible to plain text chat/clients
  • Have an excellent mobile client (or multiple)
  • Make use of the latest Web Platform standards, not caring about backwards-compatibility in Web runtimes (much). Kosmos is a modern Web application, and people not running modern Web runtimes can use plain IRC clients.

Features

Development Roadmap

See Roadmap.

Team

See Team.

Kredits

See Kredits.

Notes

See Notes.

Events

Upcoming

...

Code of Conduct

Contributor Code of Conduct