The communications platform that puts data protection first.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Rocket.Chat/README.md

154 lines
5.0 KiB

![Rocket.Chat logo](http://rocket.chat/images/logo/logo-dark.svg?v2)
10 years ago
The Complete Open Source Chat Solution
## Demo
Checkout the latest version at http://rocket.chat
## About
10 years ago
[![Code Climate][codeclimate-image]][codeclimate-url]
10 years ago
[![MIT License](http://img.shields.io/badge/license-MIT-blue.svg?style=flat)](https://github.com/RocketChat/Rocket.Chat/raw/master/LICENSE)
10 years ago
Rocket.Chat is a Web Chat Server, developed in JavaScript, using the [Meteor](https://www.meteor.com/install) fullstack framework.
10 years ago
It is a great solution for communities and companies wanting to privately host their own chat service or for developers looking forward to build and evolve their own chat platforms.
10 years ago
### On the News
10 years ago
10 years ago
##### [Hacker News](https://news.ycombinator.com/item?id=9624737)
> Yes, we made it to the #1
10 years ago
10 years ago
##### [Product Hunt](http://www.producthunt.com/posts/rocket-chat)
> Your own open source Slack-like chat
10 years ago
10 years ago
##### [JavaScript Weekly](http://javascriptweekly.com/issues/234)
> An open source Web based, channel based chat system (a la Slack) built using Meteor, the full stack JavaScript development platform.
10 years ago
10 years ago
##### [wwwhatsnew.com](http://wwwhatsnew.com/2015/05/30/rocket-chat-para-los-programadores-que-quieran-ofrecer-un-chat-en-su-web/)
> Para los programadores que quieran ofrecer un chat en su web
10 years ago
10 years ago
##### [clasesdeperiodismo.com](http://www.clasesdeperiodismo.com/2015/05/30/un-chat-de-codigo-abierto-que-puedes-anadir-a-la-web/)
> Un chat de código abierto que puedes añadir a la web
10 years ago
10 years ago
## Installation
### Development
10 years ago
Prerequisites:
* [Git](http://git-scm.com/book/en/v2/Getting-Started-Installing-Git)
* [Meteor](https://www.meteor.com/install)
Now just clone and start the app:
```sh
git clone https://github.com/RocketChat/Rocket.Chat.git
cd Rocket.Chat
meteor
```
### Production
10 years ago
#### Docker
[Official Docker Registry](https://registry.hub.docker.com/u/rocketchat/rocket.chat/)
```
docker pull rocketchat/rocket.chat
```
#### One-Click Deploy
##### Heroku
[![Deploy](https://www.herokucdn.com/deploy/button.png)](https://heroku.com/deploy)
10 years ago
## Features
### Current
10 years ago
- BYOS (bring your own server)
- Multiple Rooms
10 years ago
- Direct Messages
- Private Groups
- Public Channels
- Desktop Notifications
- Mentions
- Avatars
- Markdown
- Emojis
- Transcripts / History
- I18n - [Internationalization with Lingohub](https://translate.lingohub.com/engelgabriel/rocket-dot-chat/dashboard)
- Hubot Friendly - [Hubot Integration Project](https://github.com/RocketChat/hubot-rocketchat)
10 years ago
- Media Embeds - [Iframely Responsive Web Embeds](https://github.com/itteco/iframely)
- LDAP Authentication - [LDAP Authentication on Rocket.Chat Wiki](https://github.com/RocketChat/Rocket.Chat/wiki/LDAP-Authentication)
### Roadmap for v1.0
10 years ago
- WebRTC signalling
- File uploads
- Full text search
- REST-like APIs
- Off-the-Record (OTR) Messaging
- Kerberos Authentication
- XMPP Multi-user chat (MUC)
10 years ago
- Native Mobile App
- Native Desktop App
10 years ago
### Issues
[Github Issues](https://github.com/RocketChat/Rocket.Chat/issues) are used to track todos, bugs, feature requests, and more.
### Integrations
#### Hubot
The docker image is ready.
Everyone can start hacking the adapter code, or launch his/her own bot within a few minutes now.
Please head over to the [Hubot Integration Project](https://github.com/RocketChat/hubot-rocketchat) for more information.
#### Many, many, many more to come!
We are developing the APIs based on the competition, so stay tunned and you will see a lot happening here.
10 years ago
### Documentation
Checkout [Github Wiki](https://github.com/RocketChat/Rocket.Chat/wiki) (coming soon)
## Credits
Thanks to [Diego Sampaio](https://github.com/sampaiodiego), [Gabriel Engel](https://github.com/engelgabriel), [Marcelo Schmidt](https://github.com/marceloschmidt), [Rafael Caferati](https://github.com/rcaferati) e [Rodrigo Nascimento](https://github.com/rodrigok)
10 years ago
Emoji provided free by [Emoji One](http://emojione.com)
Performance monitoring provided by [Kadira](https://kadira.io/)
10 years ago
### Contributions
#### We Need Your Help!
10 years ago
10 years ago
A lot of work has already gone into Rocket.Chat, but we have much bigger plans for it!
10 years ago
10 years ago
So if you'd like to be part of the project, please check out the [roadmap](https://github.com/RocketChat/Rocket.Chat/milestones) and [issues](https://github.com/RocketChat/Rocket.Chat/issues) to see if there's anything you can help with.
10 years ago
10 years ago
### Translations
We are experimenting [Lingohub](https://translate.lingohub.com/engelgabriel/rocket-dot-chat/dashboard).
If you want to help, send an email to support at rocket.chat to be invited to the translation project.
10 years ago
10 years ago
### Community
10 years ago
Join the the conversation at [Twitter](http://twitter.com/RocketChatApp), [Facebook](https://www.facebook.com/RocketChatApp) or [Google Plus](https://plus.google.com/+RocketChatApp)
10 years ago
### License
Note that Rocket.Chat is distributed under the [MIT License](http://opensource.org/licenses/MIT).
10 years ago
[codeclimate-image]: https://codeclimate.com/github/RocketChat/Rocket.Chat/badges/gpa.svg
[codeclimate-url]: https://codeclimate.com/github/RocketChat/Rocket.Chat
10 years ago
:smiling_imp: