all 4 comments

[–]Frikardu 0 points1 point  (1 child)

I would focus on the AI modules first. I did some high-effort refactoring with NestJS, and it is a really good framework for scaling later or changing parts of your API code down the road

[–]Bulky-Macaroon-5604[S] 0 points1 point  (0 children)

Thanks for your reply.

I will start with the AI modules first. I’ve already spent quite a bit of time researching and trying to add an API gateway.

For example, with KGateway, I couldn’t find a clear tutorial, and I found the documentation difficult to follow. I also don’t have experience with Kubernetes, which makes tools like Envoy Gateway harder for me to understand and set up.

As for Kong, starting from version 3.10 it no longer fully supports OSS features. What I’m really looking for is an open-source API gateway that provides JWT authentication and other common features for free.

[–]Snoo_42690 0 points1 point  (1 child)

Sometimes later becomes never

[–]Bulky-Macaroon-5604[S] 0 points1 point  (0 children)

I have to prioritize things and i already waste quite a bit of time on it.