-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
JSON-Over-Bebop was introduced to provide the API framework built on top of Bebop, Tempo, with the ability to send and receive JSON over the wire to help migrate brownfield projects or those who want to get started building using a more familiar interchange format - but without breaking the type safety guarantees Bebop and Tempo make at compile and runtime.
-
Checkout deepkit One of the things it has is a really fast BSON parser, that is faster than the JSON one to my understanding. Interesting work with TS types too
NOTE:
The number of mentions on this list indicates mentions on common posts plus user suggested alternatives.
Hence, a higher number means a more popular project.
Related posts
-
Fast, Typesafe Binary Serialization
-
The New Transparent RPC for JavaScript
-
trpc VS prim-rpc - a user suggested alternative
2 projects | 23 Jul 2023 -
Construction Injection without DI framework
-
Bebop introduces JSON-Over-Bebop for fast runtime type validation of raw JSON in JavaScript/TypeScript; faster than Zod and other alternatives