elysiajs / eden

Fully type-safe Elysia client
MIT License
147 stars 37 forks source link

Fixes serialization/deserialization problems with `null`, arrays and `Date` on websocket messages #87

Closed mrctrifork closed 4 months ago

mrctrifork commented 4 months ago

Ideally, messages would just be Decoded from Typebox's schema in order to determine whether to keep a date or parse it from a String.

closes #85 (should) closes #54 also closes #37

mrctrifork commented 4 months ago

Thank youuu!