|
|
|
|
|
by hliyan
744 days ago
|
|
Title could have read "Schema-driven web server framework for Rust, Node & Python". Idea has merit -- much of the implementation is in the schema and therefore language agnostic. And you can choose from three languages. Using "next generation" or "modern" is now a signal (at least to people like myself), that something is just a reimplementation of an old idea with new syntax. |
|
I'm aware that serialization frameworks like protocol buffers do this, but they usually come with a whole lot of other baggage, dependencies, hit-or-miss language support, and clunky APIs. I want something more lightweight that allows me to start developing an application by developing its schema, without it being tied to a specific serialization framework or language implementation.