{"id":15154595,"url":"https://github.com/radiegtya/bukanmessenger","last_synced_at":"2025-05-02T07:32:05.290Z","repository":{"id":148063311,"uuid":"98001664","full_name":"radiegtya/BukanMessenger","owner":"radiegtya","description":"BukanMessenger is an Open Source Messenger App build on top ReactNative \u0026 MeteorJS","archived":false,"fork":false,"pushed_at":"2017-07-25T07:12:48.000Z","size":3005,"stargazers_count":99,"open_issues_count":1,"forks_count":30,"subscribers_count":9,"default_branch":"master","last_synced_at":"2025-04-07T00:02:27.232Z","etag":null,"topics":["chat","javascript","messenger","meteor","react","react-native","redux"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/radiegtya.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-07-22T02:36:00.000Z","updated_at":"2024-08-08T19:34:42.000Z","dependencies_parsed_at":"2023-03-31T17:03:25.719Z","dependency_job_id":null,"html_url":"https://github.com/radiegtya/BukanMessenger","commit_stats":{"total_commits":35,"total_committers":2,"mean_commits":17.5,"dds":0.4,"last_synced_commit":"0bae98e68a2c291be43c8c46dd4d82e5f4f4c472"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/radiegtya%2FBukanMessenger","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/radiegtya%2FBukanMessenger/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/radiegtya%2FBukanMessenger/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/radiegtya%2FBukanMessenger/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/radiegtya","download_url":"https://codeload.github.com/radiegtya/BukanMessenger/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252002064,"owners_count":21678479,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["chat","javascript","messenger","meteor","react","react-native","redux"],"created_at":"2024-09-26T17:41:57.850Z","updated_at":"2025-05-02T07:32:04.832Z","avatar_url":"https://github.com/radiegtya.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n\u003ch1 align=\"center\"\u003e\n  \u003cimg src=\"./logo.png\"/\u003e\u003cbr\u003e\n\u003c/h1\u003e\n\n## Important\nThis project is still on very early development stage. If you want to use for production, use it with your own risk.\n\u003cbr\u003eMore feature Coming Really Soon.\n\n## BukanMessenger\nBukanMessenger is a Messenger app build on top React Native and Meteor Js. \nIt is customizeable and some new feature will coming soon every week.\n\n\u003cdiv align=\"center\"\u003e\n  \u003cimg src=\"https://github.com/radiegtya/BukanMessenger/blob/master/demo.gif?raw=true\" width=\"300\"\u003e\u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;\n\u003c/div\u003e\n\n## Why BukanMessenger?\n* It's React Native, so it support android \u0026 iOS by default!\n* Simple Code, so you can easily contribute on it.\n* Meteor is one of the most starred javascript framework, and it is very easy to use\n\n## Prerequisites\n* Make sure You had been install NodeJs in your system https://nodejs.org/en/\n* And ofc React Native https://facebook.github.io/react-native/\n* Don’t forget Meteor Js as the backend https://www.meteor.com/\n\n## Installation \u0026 Configuration\nReact Native https://github.com/radiegtya/BukanMessenger (Front-end)\n```\n$ git clone https://github.com/radiegtya/BukanMessenger\n$ cd BukanMessenger\n$ npm install\n$ react-native run-ios #or react-native run-android\n```\nMeteor https://github.com/radiegtya/BukanMessengerBackend (Back-end)\n```\n$ git clone https://github.com/radiegtya/BukanMessengerBackend\n$ cd BukanMessengerBackend\n$ meteor npm install\n$ meteor #run your meteor on http://localhost:3000\n```\n\nOpen “app/Config.js”, and set the meteorUri variable as your Meteor server run at\n```javascript\nexport const meteorUri = ‘ws://localhost:3000/websocket’;\n```\n\n## Support Us :)\n* Star this repository :star:\n* We are Ready to give Training to You/Your company to use/modify BukanMessenger. \n* Buy our screencast about the basic development of BukanMessenger (COMING SOON)\n* Like our facebook page https://www.facebook.com/ega.sdr\n\n## Roadmap\n\nStatus Note:\n* Done ✅: already done completely\n* Contribute : We need Your help to contribute\n* Contribute ✅: its already done but need improvement and your contribution\n\n### SignIn Module\n\n|    Feature         | Status  |\n|--------------------|-----|\n| Phone Verification |  Done ✅    |\n| SMS to Requester   |  Contribute   |\n\n### Contacts Module\n\n|    Feature         | Status  |\n|--------------------|-----|\n| Contact List  |  Done ✅    |\n| Merge with native Contact   |  Contribute ✅  |\n| New Contact  |  Done ✅    |\n| Search Contact  |  Done ✅    |\n\n### Chats Module\n\n|    Feature         | Status  |\n|--------------------|-----|\n| Chat List |  Done ✅    |\n| Search Chat   |  Contribute ✅   |\n| New Chat |  Done ✅    |\n| New Group |  Done ✅    |\n\n### Messages Module\n\n|    Feature         | Status  |\n|--------------------|-----|\n| Messages List |  Done ✅    |\n| Send/Receive Message |  Done ✅    |\n| Edit Message |  Contribute   |\n| Reply Message |  Contribute   |\n| Delete Message |  Contribute   |\n| Forward Message |  Contribute   |\n| Info Message |  Contribute   |\n| Push Notification |  Contribute   |\n| Messages Detail \u0026 Members |  Done ✅   |\n| Date Separator |  Done ✅   |\n| Image Upload \u0026 Camera Upload |  Contribute   |\n| Video Upload |  Contribute   |\n| Video Call |  Contribute   |\n| Location Share |  Contribute   |\n\n### Settings Module\n\n|    Feature         | Status  |\n|--------------------|-----|\n| Update Profile |  Done ✅    |\n| FAQ |  Contribute ✅    |\n| Contact Us |  Contribute ✅    |\n| Set Profile Picture |  Contribute    |\n| Sign Out |  Done ✅    |\n\n## Contact us\n* WA/TELEGRAM: +6285641278479\n* email: radiegtya@yahoo.co.id\n\n----\n\n## License\n\nBSD 3-Clause License\n\nSee [LICENSE](LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fradiegtya%2Fbukanmessenger","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fradiegtya%2Fbukanmessenger","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fradiegtya%2Fbukanmessenger/lists"}