Skip to content Skip to sidebar Skip to footer
Showing posts with the label Client Server

Make A Client-server Application

I used to create web app in the same computer, but if the server and the client is not in the same … Read more Make A Client-server Application

Python - Returning Query Result From Server To Client In Flask

What I have I have a Client/Server in Flask. The client sends a query in JSON format to the server … Read more Python - Returning Query Result From Server To Client In Flask