Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ch4s3/quick_chat
demo repo for genservers, amnesia, etc
https://github.com/ch4s3/quick_chat
Last synced: 19 days ago
JSON representation
demo repo for genservers, amnesia, etc
- Host: GitHub
- URL: https://github.com/ch4s3/quick_chat
- Owner: Ch4s3
- Created: 2018-02-13T06:10:27.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-02-13T06:10:37.000Z (almost 7 years ago)
- Last Synced: 2023-03-30T02:51:23.645Z (almost 2 years ago)
- Language: Elixir
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# QuickChat
WIP repo for a genserver, amnesia blog post
## Installation
```elixir
def deps do
[
{:quick_chat, "~> 0.1.0"}
]
end
```Documentation can be generated with [ExDoc](https://github.com/elixir-lang/ex_doc)
and published on [HexDocs](https://hexdocs.pm). Once published, the docs can
be found at [https://hexdocs.pm/quick_chat](https://hexdocs.pm/quick_chat).