Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update readme with introduction #12

Merged
merged 2 commits into from
Aug 1, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 14 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,21 @@
# Rocket.Chat for Communities

## Build and grow massive on-line communities with Rocket.Chat

Since 2015, Rocket.Chat has been used globally by groups and organizations to create and build online communities of all shapes and sizes. Today, with millions of end users and hundreds of thousands of deployed servers, Rocket.Chat has uniquely become a networked community of community builders - a community of communities.

With its upcoming decentralized federation refactor, Rocket.Chat stands to become the next level Internet fabric that will loosely unite all on-line communities in a decentralized yet consistent manner.

This project is an extension to Rocket.Chat that aims to satisfy the immediate demands of today's community builders. Those who are intentionally building massive on-line communities (membership into the millions) centered around Rocket.Chat's core functionalities (sharing of information, collaboration, video and audio meet-ups, virtual conferences, and so on).

Unlike the team chat heritage of Rocket.Chat, this area is a trending but nascent field where major innovations are yet to be imagined. Participants in both open source and closed source space are diligently working on scalability of their platforms and systems. Rocket.Chat for Communities uniquely features an already proven scalable collaboration engine right from day number one.

If you are involved in some ways in the creation, building, and growth of massive communities online - we invite you to participate in this project; help us steer its direction and ensure its long term success.


### Developer quick start

##### Design and Build Time
##### Design and Development Time

During development, our data provider is a headless CMS, strapi.

Expand Down Expand Up @@ -43,7 +54,7 @@ You can now have designers and devs modify the portal content directly and indep

Devs can now enjoy the hot refresh and rapid iterations of the nextjs dev environment.

## Deployment time
## Application build time

This app is deployable on all nextjs compatible CDN + microservices and scaled deployment platforms.

Expand All @@ -64,7 +75,7 @@ npm run prod

Again, note that cms/strapi is not required in production and should not be started.

### Production Deployment
## Deployment time (production deployment)

Production can be deployed as a statically generated website.

Expand Down