reimertz / git.chat

git.chat
http://git.chat
8 stars 0 forks source link

Lets make this shit #2

Open mihirk opened 7 years ago

mihirk commented 7 years ago

I think we should create a gitter/slack/discord community, have an architecture talk and start adding some code. I have some ideas on how to architect this.

nwoodthorpe-test1 commented 7 years ago

❤️ 💚 💙 💛 💜alt textalt textalt textalt textalt textalt textalt textalt textalt textalt textalt textalt textalt textalt textalt textalt textalt textalt textalt textalt textalt textalt textalt textSeen by Nathaniel Woodthorpe at 00:05

reimertz commented 7 years ago

I'm up for having a discussion! Maybe we should circulate this a little bit more to get more people into the talk.

Any ideas where we could find similar minded people? :)

mihirk commented 7 years ago

Posting it on Slack/Discord channels for various frameworks like Reactiflux on Discord, DevOps's Slack etc. But we should get it started, add a roadmap, and code to attract more attention.

I found out about it from your portfolio, listed in one of the Trending Repos of github of Awesome Portfolios.

reimertz commented 7 years ago

Yeah. I should just finish my poc and push it out as an example.

On Sat, 28 Jan 2017 at 12:09, Mihir notifications@github.com wrote:

Posting it on Slack/Discord channels for various frameworks like Reactiflux on Discord, DevOps's Slack etc. But we should get it started, add a roadmap, and code to attract more attention.

— You are receiving this because you commented.

Reply to this email directly, view it on GitHub https://github.com/reimertz/git.chat/issues/2#issuecomment-275842115, or mute the thread https://github.com/notifications/unsubscribe-auth/AAmKh1vkx3DNcOBYR548k6tgZg7YYpjrks5rWyH_gaJpZM4Lwc2g .

mihirk commented 7 years ago

I can contribute to your POC if you need help.

reimertz commented 7 years ago

Where is your expertise? Wonder how I should split up the work. My idea was to use hook.io for the transparency, so if you're interested in helping out building a simple backend, responsible for posting and fetching can messages, that would be super helpful.

To be able to verify users, it would be important to include github auth as well, so I guess we would need

''' POST /:platform/auth GET /:platform/auth/callback GET /:organization/:project/messages POST: /:organization/:project/messages '''

On Sat, 28 Jan 2017 at 12:11, Mihir notifications@github.com wrote:

I can contribute to your POC if you need help.

— You are receiving this because you commented.

Reply to this email directly, view it on GitHub https://github.com/reimertz/git.chat/issues/2#issuecomment-275842169, or mute the thread https://github.com/notifications/unsubscribe-auth/AAmKh4iD7v1Vnx96DKCXzfrKXQMnDrCeks5rWyJagaJpZM4Lwc2g .

mihirk commented 7 years ago

I can code in backend in Java, Clojure, JS, Python, Scala. What I was thinking was having this https://www.cloudboost.io/ or firebase or hook.io as a service. Then having a frontend and a backend. The frontend receives messages and posts to the service and gets the messages from the service. While having a backend which is also listening to whatever service we decide on, the backend then uses git notes and commits the messages to the org's repository. We solve the problem of not having open messages, and at the same time we have performance.

reimertz commented 7 years ago

Have you read my manifest at https://git.chat? What you are describing is basically what I want to build as well, so nice. I'll make sure to make the poc available asap so that you can help out.

Stay tuned

reimertz commented 7 years ago

@mihirk you still up for working on this? Would be fun to pick it up again. :)

mihirk commented 7 years ago

Yepp still interested.