erlang text://protocol server?

Petite Abeille petite.abeille@REDACTED
Fri Apr 9 22:34:12 CEST 2021



> On Apr 9, 2021, at 21:57, Jesper Louis Andersen <jesper.louis.andersen@REDACTED> wrote:
> 
> Yes to both!
> 
> There's a couple of things one has to do w.r.t asking the socket for information rather than relying on that being set in the os environment, etc. But you should have a fairly straightforward time, especially if you take the same approach the lua code is taking. Just exploit the heck out of pattern matching, and you can fold most of the asserts and substring checks into them. Look up binary pattern matching as well.
> 
> And if something doesn't match, just crash the server. You can always do the error handling later if need be.

Fantastic. Thanks for the guidance.

QQ: Ranch mentions transport interfaces — namely TCP & TLS. [1]

How would something like QUIC fit in the picture?

[1] https://ninenines.eu/docs/en/ranch/2.0/guide/transports/


More information about the erlang-questions mailing list