Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Supabase | 57,237 | 2 | a day ago | 36 | March 16, 2020 | 403 | apache-2.0 | TypeScript | ||
The open source Firebase alternative. Follow to stay updated about our public Beta. | ||||||||||
React Starter Kit | 22,101 | 1 | 7 | 25 days ago | 23 | March 07, 2016 | 5 | mit | TypeScript | |
The web's most popular Jamstack front-end template (boilerplate) for building web applications with React | ||||||||||
Rxdb | 19,692 | 82 | 81 | a day ago | 450 | July 27, 2023 | 15 | apache-2.0 | TypeScript | |
A fast, offline-first, reactive Database for JavaScript Applications https://rxdb.info/ | ||||||||||
Nhost | 7,006 | 25 | a day ago | 132 | July 07, 2023 | 95 | mit | TypeScript | ||
The Open Source Firebase Alternative with GraphQL. | ||||||||||
Messenger | 4,602 | 6 days ago | mit | Swift | ||||||
Open source alternative communication platform. | ||||||||||
React Firebase Starter | 4,479 | 4 | 9 months ago | 25 | July 22, 2016 | 135 | mit | JavaScript | ||
Boilerplate (seed) project for creating web apps with React.js, GraphQL.js and Relay | ||||||||||
Space Cloud | 3,832 | 7 days ago | 40 | September 05, 2021 | 143 | apache-2.0 | Go | |||
Open source Firebase + Heroku to develop, scale and secure serverless apps on Kubernetes | ||||||||||
Cannercms | 2,434 | 5 months ago | n,ull | apache-2.0 | JavaScript | |||||
⚡️ Content Management Framework creates custom CMS fast and easy. Support data sources such as Firebase/Firestore, GraphQL and Restful APIs. | ||||||||||
Hyper Fetch | 934 | 3 | 2 months ago | 32 | July 26, 2023 | 1 | apache-2.0 | TypeScript | ||
⚡ Fetching and realtime data exchange framework. | ||||||||||
Firebase Gcp Examples | 632 | 7 months ago | 48 | mit | JavaScript | |||||
🔥 Firebase app architectures, languages, tools & some GCP things! React w Next.js, Svelte w Sapper, Cloud Functions, Cloud Run. |
RelatedChat is an open-source alternative communication platform. Both iOS (Swift), Android (React Native), and Web (React) version source codes are available.
1., Create some test users by using the demo server.
2., Open the app.xcodeproj
from Xcode and select Product/Run ( R).
1., Setup Gradle variables by following the official docs.
2., Open a terminal and run npm start
.
3., Open another terminal and run npx react-native run-android --variant=release
.
For a complete guide on how to publish and run your React Native app, please refer to the official docs.
You can install RelatedChat on any servers (Windows, Linux or macOS), by using Docker. Just download the Docker Compose file to your computer and initiate the process.
curl -o docker-compose.yml https://gqlite.com/relatedchat/docker-compose.yml
docker compose up -d
Make sure to change all the sensitive values in your YAML file before building your server.
environment:
DB_HOST: pg
DB_PORT: 5432
DB_DATABASE: gqlserver
DB_USER: gqlserver
DB_PASSWORD: gqlserver
CACHE_HOST: rd
CACHE_PORT: 6379
CACHE_PASSWORD: gqlserver
MINIO_ROOT_USER: gqlserver
MINIO_ROOT_PASSWORD: gqlserver
ADMIN_EMAIL: [email protected]
ADMIN_PASSWORD: gqlserver
SECRET_KEY: f2e85774-9a3b-46a5-8170-b40a05ead6ef
MIT License
Copyright (c) 2023 Related Code
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.