gritzko / ron

(dated, see the site) Replicated Object Notation, a distributed live data format, golang/ragel lib
http://replicated.cc
Apache License 2.0
360 stars 7 forks source link

Multiple frames in text format? #15

Open cblp opened 6 years ago

cblp commented 6 years ago

Is it possible to use text format for streaming? Are there any frame delimiters?

cblp commented 6 years ago

Dot is the delimiter: <frame1>.<frame2>.

cblp commented 6 years ago

need to clarify it

gritzko commented 6 years ago

Certainly, the golang parser can parse streams.

cblp commented 6 years ago

I don't need golang parser, I need only a clear spec.

cblp commented 6 years ago

I think it's better to add a paragraph about frame streams

Streaming frames

It's possible to stream frames. In that case, it is required to use . to separate frames.