Skip to content

wsddn/extreme-carpaccio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#Flask python Client server

The server is developed with Flask (http://flask.pocoo.org/). To run the test you need at least python 2.7.8.

How to Install

pip install Flask

How to run the server

The server runs by defaut on port 5000 and listens to any open interface.

Console

You can run it with python console :

import client
client.start_server()

Python call

Calling python . in the project directory :

python .

Or use your favorite IDE.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages