pyros-dev / rostful

A lightweight package for providing and consuming ROS services, actions, and topics as RESTful web services
69 stars 41 forks source link

Plan for serving pages #6

Closed stonier closed 8 years ago

stonier commented 9 years ago

Do after getting head around interactions.

asmodehn commented 9 years ago

Relevant topics and documentation :

asmodehn commented 9 years ago

ROSTful is a webserver delivering dynamic pages + REST API. No versioning system for now ( maybe we will never need it ) Flask is in already. HTTP server will also be used ( gunicorn / tornado ? ). still trying to KISS.

asmodehn commented 8 years ago

Serving with flask for development, with tornado on robot. Basic jquery mobile UI pages for easy access to the REST API. No plan for versioning API yet. still quite early... Closing.