strongloop / loopback4-example-javascript

LoopBack 4 application in JavaScript
3 stars 0 forks source link

JavaScript abstraction layer for LB4 #1

Closed hacksparrow closed 2 years ago

hacksparrow commented 5 years ago

@bajtos @raymondfeng

How feasible is to create a top-level alternative JavaScript API for LoopBack? Time and effort are two biggest factors we have to consider.

In this PR, I have created the project structure that is would be the first stepping stone for the approach, if we should go ahead with the endeavor. It is basically an optimization of the JS code emitted by TypeScript from the scaffolded LB4 app. It works, but is a total hack, not practical for real-world usage.

raymondfeng commented 5 years ago

@hacksparrow Thank you for putting together a working app using plain JS. Which stage are you on per https://github.com/strongloop/loopback4-example-javascript/pull/1/files#diff-c7375ff11bc41bd2c1fbde6f98f5904a?

hacksparrow commented 5 years ago

Which stage are you on

Stage e.

hacksparrow commented 5 years ago

Thanks @bajtos and @raymondfeng, I will begin work on the next round of optimization.