https://github.com/robpando/servy
A humble hand rolled http server app
https://github.com/robpando/servy
Last synced: over 1 year ago
JSON representation
A humble hand rolled http server app
- Host: GitHub
- URL: https://github.com/robpando/servy
- Owner: RobPando
- Created: 2020-07-04T16:22:39.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-07-04T16:23:23.000Z (about 6 years ago)
- Last Synced: 2025-02-08T08:13:19.416Z (over 1 year ago)
- Language: Elixir
- Size: 8.79 KB
- Stars: 0
- Watchers: 2
- 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).