Small fun project implementing a Peer-to-Peer chat application
- Elixir 52.7%
- Rust 42.6%
- Nix 4.7%
| lib | ||
| test | ||
| .envrc | ||
| .formatter.exs | ||
| .gitignore | ||
| flake.lock | ||
| flake.nix | ||
| mix.exs | ||
| README.md | ||
P2pChat
TODO: Add description
Installation
If available in Hex, the package can be installed
by adding p2p_chat to your list of dependencies in mix.exs:
def deps do
[
{:p2p_chat, "~> 0.1.0"}
]
end
Documentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/p2p_chat.