https://github.com/arduriki/servy
An HTTP server made with Elixir to learn functional programming
https://github.com/arduriki/servy
elixir elixir-lang elixir-language elixir-programming-language functional-programming http http-server iex mix
Last synced: 2 months ago
JSON representation
An HTTP server made with Elixir to learn functional programming
- Host: GitHub
- URL: https://github.com/arduriki/servy
- Owner: arduriki
- Created: 2025-08-22T06:57:05.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2025-08-22T10:04:22.000Z (3 months ago)
- Last Synced: 2025-08-22T12:28:49.705Z (3 months ago)
- Topics: elixir, elixir-lang, elixir-language, elixir-programming-language, functional-programming, http, http-server, iex, mix
- Language: Elixir
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 0
- 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 .