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

type1fool
WebAuthnLiveComponent WebAuthnComponents See this post about renaming the package. Passwordless authentication for Phoenix LiveView app...
New
GenericJam
Edit: 2026 May 15 - This post is archived. Mob is alive!! Main docs: mob v0.7.11 — Documentation A bit of explanation for the slightly c...
New
woylie
I released Doggo, a collection of unstyled Phoenix components. https://github.com/woylie/doggo Features Unstyled Phoenix components....
New
JesseHerrick
Hey, I’m Jesse and I’m the main contributor behind Dexter, a full-featured, lightning-fast Elixir LSP optimized for large codebases. It s...
New
ahamez
Hi everyone, I’ve been working on this protobuf library for 3 years. We use it in the company I work for, EasyMile, to communicate with ...
New
garrison
Hobbes is a low-level distributed database for the Elixir programming language. Hobbes provides a simple, safe, and scalable storage lay...
New
kip
I’ll shortly be launching Text, a nascent text analysis library. Current functionality In this early version (not ready for prime time) ...
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
mhanberg
Hi everyone! The first release candidate for the Expert language server project is now available! We’ve published a press release detai...
New
budgie
A little off-topic, but I feel like people here have a good head on their shoulders. I used to be quite good at making software. Was luc...
New
webofbits
With AI doing more of the implementation work, I’ve been wondering how much coding I should deliberately keep doing myself. My main conc...
#ai
New
bartblast
Hey folks, I just published a post about Hologram’s funding and where the project goes next - the short version: Curiosum as Main Spons...
New
budgie
I love Elixir. It’s one of 2 programming languages I’ve ever fallen in love with. But I don’t use it anymore. Serverless was the promis...
New

We're in Beta

About us Mission Statement

Options

Thread Display Mode




Thread Preview

Skip Thread Previews