工业聚

Results 97 comments of 工业聚

`listToTree` 的,可以用`递归组合`的方式来处理。 ```javascript var data = [ { province: "浙江", city: "杭州", name: "西湖", area: 'A区' }, { province: "四川", city: "成都", name: "锦里", area: 'D区' }, { province: "四川",...

For now, there is no official logo for farrow. Let's make one.

Yeah, I have learned Haskell and Rust, but haven't seen the article above before.

@uinz Maybe thinking with the inhabitants of type can help. - `zero` inhabitants type like `Void` or `never` or `panic`, means halt, no program can run. - `1 + a`...

The codegen result of `farrow-api` is useful as documentation ```typescript class MyApiInput extends ObjectType { name = { description: 'the text in here will be convert to a comment for...

It will be easy use implement a documentation generator via the introspection of `farrow-api`, render the JSON protocol to a pretty SPA page. Are you interested in this direction? PR...

It makes sense. I will going to add this feature for `http.serve`

目前的 farrow-api 属于某种意义上的 rpc 模式了,客户端通过方法调用消费远程函数/api。 你说的 farrow-rpc 具体的特性是哪些呀?