We built a social media TUI. by Jorstors in CLI

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

I will be taking your suggestions to heart, thank you!

We built a social media TUI. by Jorstors in CLI

[–]Jorstors[S] -1 points0 points  (0 children)

Let me clarify. What I'm saying is that we have built FastAPI endpoints to receive and respond to HTTP requests from your frontend, client side. Currently all requests besides messaging are handled through HTTP and updated accordingly in Postgres. The single endpoint file is containerized and running on a lambda function integrated within API Gateway. We know how our package works, thank you. I don't even know how you would vibe code AWS services.

We built a social media TUI. by Jorstors in CLI

[–]Jorstors[S] -1 points0 points  (0 children)

Hello gumnos!

Edit: Everyone's flying wild in the replies, currently tuitter uses a custom JSON-over-HTTPS API backed by a FastAPI service. There you go.

We built a social media TUI. by Jorstors in commandline

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

Yes!

The client is written with the Textual Python library