tino415

tino415

Hi All!

I playing with NimbleParsec and also I need in other project library for parsing server sent events, so I created SseParser.

What do you think?

Showing Posts 1 to 10

stefanchrobot

stefanchrobot

Cool. How about publishing this on Hex?

tino415

tino415 OP

It already is, I forgot to add link to hex, here it is :slight_smile:

tino415

tino415 OP

I just published version 1.0.0 with updated api, instead of

[event: [field: [name: "event", value: "put"], field: [name: "test"], comment: "Text of comment"], event: ...]

is used

[{"event", "put"}, {"test", nil}, "Text of comment", [...
tino415

tino415 OP

Published version 1.1.0 with implement event interpreting event according to section 6. of standard

  • all “id” fields are reduced to one with value from last
  • all “event” fields are reduced to one with last value
  • all “data” fields are reduced to one by joining them with newline as separator
  • all “retry” fields are reduced with value of last one that is valid integer
  • comments are ignored
  • other fields are ignored
  • field with empty value are ignored
lpil

lpil

Creator of Gleam

Very nice!

Would you be able to add a little detail to the README? Perhaps include an example and change the “if available” text.

tino415

tino415 OP

Thank you for advice, I added usage to README and also linked it with version 1.1.1 to hexdocs :slight_smile:

tino415

tino415 OP

Another publish, now it is 2.0.0, event is now represented as struct instead of keyword list, so
result of interpret("event: test\n\n") is [%SseParser.Event{event: "test"}]

lpil

lpil

Creator of Gleam

I like the new API :slight_smile:

I think your README example needs to be updated now!

tino415

tino415 OP

Thank you, updated with release 2.0.1

tino415

tino415 OP

New major published 3.0.0 because of ts_access update (removed SseParser.Event.*_lens functions.

— All posts loaded —

Where Next? Top

Trending in Announcing Top

wojtekmach
Hey everyone! Req is an HTTP client for Elixir that I’ve been working on for quite some time. There is already a lot of HTTP clients out...
New
handnot2
Samly can be used to enable SAML 2.0 Single Sign On in a Plug/Phoenix application. This library uses Erlang esaml to provide plug enabl...
New
woylie
Flop is an Elixir library that applies filtering, ordering and pagination parameters to your Ecto queries. offset-based pagination with...
New
MRdotB
I needed to reuse React components from my Chrome extension in my Phoenix/LiveView backend. I noticed that for Svelte/Vue, there are live...
New
garrison
Hobbes is a low-level distributed database for the Elixir programming language. Hobbes provides a simple, safe, and scalable storage lay...
New
marciok
Hi there! We created Gust: A task orchestrator inspired by Airflow. For those who have never heard about Aiflow, it’s a Python-based wor...
New
fuelen
Hi all! I want to present a small library which provides a mix task for generating an Entity-Relationship Diagram for Ecto schemas. You...
New

Other Trending Topics Top

mudasobwa
I am happy to introduce the very α version of the new programming language compiled to BEAM. Welcome Cure. It has literally three kille...
New
AstonJ
This showed up on my feed.. anyone heard of it? Just hype? Ox Alpha is a reasoning model designed for coding, sustained ag...
New
sergio
It’s not that it’s vocabulary is too advanced. It’s something worse. I get lost trying to follow even a paragraph written by Claude. It’...
New
sorenone
Today we’re releasing Oban for Python. Not an Oban client in Python. Not a pythonx wrapper embedded in Elixir. Nope, it’s a fully operati...
New
akoutmos
@hugobarauna, Dr. Dimitrios Koutmos (my brother) and I (Alex Koutmos) have been hard at work on writing a book on how you can use Elixir ...
New
pferriby
Introductory paragraph I’ll be looking for a keen junior or someone that has a couple of years experience in the real world (so you’ve be...
New

We're in Beta

About us Mission Statement

Options

Thread Display Mode




Thread Preview

Skip Thread Previews