edgee-cloud / edgee

The full-stack edge platform for your edge oriented applications.
https://www.edgee.cloud
Apache License 2.0
37 stars 6 forks source link

Put edgee sdk in a dedicated crate #56

Open SachaMorard opened 2 months ago

SachaMorard commented 2 months ago

The Edgee JS SDK is currently processed and rendered directly in this repo, but also in other repos.

It would make more sense to deport it to a dedicated crate, managed from the sdk repo itself.

mikbry commented 2 months ago

Yes, I think you should reorganize a little the code using crates (Rust) & packages (JS/Typescript) root directories. And add a private root package.json to handle workspaces. edgee-react repo could be in packages and splitted to separate typing definitions, react/next in differents packages.