https://github.com/tensor-programming/elixir-3
https://github.com/tensor-programming/elixir-3
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/tensor-programming/elixir-3
- Owner: tensor-programming
- Created: 2017-03-05T01:38:00.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-03-05T01:41:21.000Z (over 9 years ago)
- Last Synced: 2025-01-25T20:24:19.327Z (over 1 year ago)
- Language: Elixir
- Size: 2.93 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Elixir tutorial part 3
# GenServer and Supervisor
### In this tutorial, look at GenServer and Supervisor and we build a simple chat app.
## Run `iex -S mix` to run the app in the repl.
### Check out the Youtube Tutorial for this [Go Program](https://youtu.be/3EjRvaCOl94). Here is our [Youtube Channel](https://www.youtube.com/channel/UCYqCZOwHbnPwyjawKfE21wg) Subscribe for more content.
### Check out our blog at [tensor-programming.com](http://tensor-programming.com/).
### Our [Twitter](https://twitter.com/TensorProgram) and our [facebook](https://www.facebook.com/Tensor-Programming-1197847143611799/).