brillout / telefunc

Remote Functions. Instead of API.
https://telefunc.com
MIT License
690 stars 31 forks source link

Offer cli tool for generating http wrapper module #43

Closed bas080 closed 2 years ago

bas080 commented 2 years ago

Considering that telefunc offers a simple solution. It would make sense to offer a simple way to build the http wrapper module easily. Currently it's tied to frameworks (which might help with popularity), but what if people want to setup their own thing. A simple bin/executable/cli tool would help those people.

brillout commented 2 years ago

It's tied to frameworks because Telefunc needs a transfomer.

But I'm thinking of a "vanilla" (i.e. without any transformer) way to use Telefunc. But you'll then loose a lot of niceties, most notably automatic runtime type check.