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

Added chatter-reborn under web applications #176

Closed
wants to merge 1 commit into from

Conversation

connellr023
Copy link

Chatter is a real-time chat web application that demonstrates gleam's ability to take advantage of the actor model when developing concurrent programs.

@lpil
Copy link
Member

lpil commented Jul 22, 2024

Hello! CI is failing due to the generated README being edited here.

Cool application! I had a little look through it and I'm not sure it would be best to use as an example for others to learn from as there's some issues with how actors are being used, due to being a learning project. Ideally applications used as examples would show best practices, and not result in people copying over any of the issues.

@connellr023
Copy link
Author

connellr023 commented Jul 22, 2024

That's understandable. Additionally, could you provide insight on how to use actors better. It's hard to find this information as the language is so new.

@lpil
Copy link
Member

lpil commented Jul 22, 2024

OTP isn't part of Gleam specifically, so any existing books on it from Erlang or Elixir will teach what you need to know. Elixir in Action and Learn You Some Erlang and Designing for Scale with Erlang/OTP are great books

@connellr023
Copy link
Author

Ok thanks. I am going to close this and see what I can do.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants