README.md

# SseParser

Module to parse server sent event as spicified in 
[SSE standard](https://www.w3.org/TR/2009/WD-eventsource-20090421/#parsing-an-event-stream)

## Installation

If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `sse_parser` to your list of dependencies in `mix.exs`:

```elixir
def deps do
  [
    {:sse_parser, "~> 1.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/sse_parser](https://hexdocs.pm/sse_parser).