Allows to easily expose a RUTA project as a RESTful service
- works with
- Linux
- OS X
- Windows
- dependencies
- Java Runtime 1.7 or higher
- configuration
- edit
application.properties
- edit
- start server
bin/ruta_server- or
bin/ruta_server.bat
- test
- web service, e.g.
http://localhost:8566/annotate.json?text=let s annotate some text - html demo, e.g.
http://localhost:8566/index.html
- web service, e.g.