https://github.com/hackvan/servy
A simple web server build with Elixir.
https://github.com/hackvan/servy
elixir
Last synced: 2 months ago
JSON representation
A simple web server build with Elixir.
- Host: GitHub
- URL: https://github.com/hackvan/servy
- Owner: hackvan
- Created: 2020-10-19T23:38:36.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2022-02-16T23:50:35.000Z (almost 4 years ago)
- Last Synced: 2025-03-28T13:13:08.798Z (9 months ago)
- Topics: elixir
- Language: Elixir
- Homepage:
- Size: 76.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Servy
**TODO: Add description**
## Installation
If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `servy` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:servy, "~> 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/servy](https://hexdocs.pm/servy).