PacketFire / gemini

Cluster container orchestration tool
Apache License 2.0
0 stars 0 forks source link

Choose a Python HTTP server #19

Closed RaasAhsan closed 5 years ago

RaasAhsan commented 5 years ago

For the Gemini master. It will be used both as an interface for clients to interact with their Gemini cluster and as a way for Gemini nodes to interact with the Gemini master (heartbeat/ping/pulling jobs). It can possibly be used for the Gemini nodes as well if there is any reason we want a server running for them.

bramz commented 5 years ago

cherrypy fapws

ghost commented 5 years ago

I vote for Flask.

jahan-addison commented 5 years ago

flask.

bramz commented 5 years ago

oh we voting.. i vote for pyramid

JosephMoniz commented 5 years ago

Flask

RaasAhsan commented 5 years ago

got a lot of votes for flask both in this issue and outside -- will make a PR to add it in

JosephMoniz commented 5 years ago

Resolved by https://github.com/PacketFire/gemini/pull/22