bodleian / iiif-manifest-editor

The Bodleian's IIIF Manifest Editor
http://dmt.bodleian.ox.ac.uk/
MIT License
82 stars 22 forks source link

Python server #32

Closed ahankinson closed 7 years ago

ahankinson commented 7 years ago

I would like to add a small Python server to this project, since it will fit in better with our deployments at the Bodleian.

Is the purpose of the Express server.js just to serve out the public directory? Is there anything else I should keep in mind when creating this?

cubap commented 7 years ago

Express also runs the manifest uploader, but that should be easy to port. See the end of server.js.

schwemmer commented 7 years ago

@ahankinson Sorry for the late reply, just returned from vacation. @cubap is correct: Express is currently only used to handle manifest uploads. If you wanted to add a Python server I think it should better be in a fork since we intentionally limited the tech stack to Node. But I see that you have closed the PR anyway.