ederribeiro / Rocket.Chat

Have your own Slack like online chat, built with Meteor.

Home Page:https://rocket.chat/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Rocket.Chat logo

The Complete Open Source Chat Solution

Demo

Checkout the latest version at https://demo.rocket.chat

Get the app for your Android phone:

Rocket.Chat on Google Play

Try it on Ubuntu:

Deploy on VPS or standalone server

Try it with docker:

docker-compose up

and check it out at http://localhost:80

Download the Native Cross-Platform Desktop Application at Rocket.Chat.Electron

Donate

About

Build Status Coverage Status Code Climate MIT License

Rocket.Chat is a Web Chat Server, developed in JavaScript, using the Meteor fullstack framework.

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.

On the News

Hacker News

Yes, we made it to the #1

Product Hunt

Your own open source Slack-like chat

JavaScript Weekly

An open source Web based, channel based chat system (a la Slack) built using Meteor, the full stack JavaScript development platform.

wwwhatsnew.com

Para los programadores que quieran ofrecer un chat en su web

clasesdeperiodismo.com

Un chat de código abierto que puedes añadir a la web

Features

Roadmap

In Progress

Planned

  • Off-the-Record (OTR) Messaging Issue #36 - HELP WANTED
  • Full text search
  • Kerberos Authentication
  • XMPP Multi-user chat (MUC)

Issues

Github 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 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.

Documentation

Checkout Github Wiki (coming soon)

Production Deployment

Unbuntu VPS or server

Follow these deployment instructions.

Docker

Use the automated build at our Official Docker Registry

Rocket.Chat logo

docker pull rocketchat/rocket.chat

sloppy.io

Host your docker container at sloppy.io. Get an account and use the quickstarter

Heroku

Host your own Rocket.Chat server for FREE with One-Click Deploy

Deploy

Development Installation

Prerequisites:

Now just clone and start the app:

git clone https://github.com/RocketChat/Rocket.Chat.git
cd Rocket.Chat
meteor

or use docker:

git clone https://github.com/RocketChat/Rocket.Chat.git
cd Rocket.Chat
docker run -it -p 3000:3000 -v "$(pwd)":/app danieldent/meteor

Credits

Thanks to Diego Sampaio, Gabriel Engel, Marcelo Schmidt, Rafael Caferati, Rodrigo Nascimento, Sing Li

Emoji provided free by Emoji One

Performance monitoring provided by Kadira

Contributions

We Need Your Help!

A lot of work has already gone into Rocket.Chat, but we have much bigger plans for it!

So if you'd like to be part of the project, please check out the roadmap and issues to see if there's anything you can help with.

Translations

We are experimenting Lingohub. If you want to help, send an email to support at rocket.chat to be invited to the translation project.

Community

Join the the conversation at Twitter, Facebook or Google Plus

License

Note that Rocket.Chat is distributed under the MIT License.

Donate

Rocket.Chat will be free forever, but you can help us speed-up the development!

Donate

About

Have your own Slack like online chat, built with Meteor.

https://rocket.chat/

License:MIT License


Languages

Language:JavaScript 40.3%Language:CoffeeScript 30.9%Language:HTML 17.3%Language:CSS 11.2%Language:Shell 0.4%