Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sgiath/nostr-server
Nostr server implementation
https://github.com/sgiath/nostr-server
elixir nostr websockets
Last synced: about 2 months ago
JSON representation
Nostr server implementation
- Host: GitHub
- URL: https://github.com/sgiath/nostr-server
- Owner: Sgiath
- License: other
- Created: 2023-01-16T10:13:34.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-01-16T22:47:40.000Z (almost 2 years ago)
- Last Synced: 2024-03-15T00:03:56.339Z (9 months ago)
- Topics: elixir, nostr, websockets
- Language: Elixir
- Homepage: https://sgiath.dev/nostr
- Size: 20.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Nostr
Nostr server
## Installation
If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `nostr_server` to your list of dependencies in `mix.exs`:```elixir
def deps do
[
{:nostr_server, "~> 0.0.1"}
]
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 .