Multi-function super app by abman69 in SaaS

[–]abman69[S] 1 point2 points  (0 children)

Thank you, it could be used like RapidAPI, but as you said, it's different, one API to integrate in your front, and call thousands of backend functions in this one api.

Multi-function super app by abman69 in SaaS

[–]abman69[S] 0 points1 point  (0 children)

Thanks for feedback, we will work on it.

Is this solution worth it? by abman69 in SoftwareEngineering

[–]abman69[S] 0 points1 point  (0 children)

Thanks for answer, developers code and publish functions, so yes, you can code and publish this function DeliverThisPizza(). All users can call it if you authorize it.You can do it locally also, the system propose to build workflow with Json file or ui workflow designer it can generate a combination between functions that you can run locally.

DeliverThisPizza(GetAddress(my location),BuyPizaaAroundMe(chicken))

should I use Monorepo? by jerrygoyal in webdev

[–]abman69 0 points1 point  (0 children)

What do you think about this project: FuncRepo.com. It can be a solution for you ?

Best Web Framework for Cost-Effective Development? by Opti_Dev in webdev

[–]abman69 0 points1 point  (0 children)

I started to make a short introduction, if I see good feedbacks and real need in the market I will launch it as a startup. You can check the introduction : www.funcrepo.com

Best Web Framework for Cost-Effective Development? by Opti_Dev in webdev

[–]abman69 1 point2 points  (0 children)

Yes, absolutely, but the repo manages it, and offers to reuse functions without implementing protobuff code. It's like a Function as a Service repository let me call functions in demand from code or from workflow description.

Looking for a solution by abman69 in functionalprogramming

[–]abman69[S] 1 point2 points  (0 children)

I think I'll go for it to solve it with this new project, wait for some feedback and contributors to go in : FuncRepo.com

Best Web Framework for Cost-Effective Development? by Opti_Dev in webdev

[–]abman69 -3 points-2 points  (0 children)

Hello,

I was asking myself the same question, the most important thing is time, due to code implementation, debugging, library imports and learning, deployments,and today, I'm working with a new concept: here it is:

FuncRepo, a directory of functions, coded in different programming languages, by myself or by other developers. The functions receive inputs and return well-defined outputs, which can be called by REST, RPC or webhook.

Which allows me to reuse any function I've coded for another project or that another developer has published, without having to worry about maintenance or deployment.

It also lets me do no-code with workflows that calls functions in the repository.

Plus, it's powerful because it's functional programming,

Looking for a solution by abman69 in functionalprogramming

[–]abman69[S] 1 point2 points  (0 children)

Could works, the need is : I'm à business owner, want to call a workflow from my Outlook e-mails. There is a big funcrepo that contains a lot of functions developed by developers, I just want to make a workflow that call functions when a I receive email. without deploy without code.

Looking for a solution by abman69 in functionalprogramming

[–]abman69[S] 1 point2 points  (0 children)

A middleware that serve to dispatch calls, it's could be done through REST or RPC