moto/docs/_build/html/_sources/other_langs.rst.txt

16 lines
506 B
Plaintext
Raw Normal View History

2017-03-14 04:27:48 +00:00
.. _other_langs:
===============
Other languages
===============
2017-03-15 03:20:17 +00:00
You don't need to use Python to use Moto; it can be used with any language. To use it with another language, run moto_server. Here are some examples in other languages:
2017-03-14 04:27:48 +00:00
* `Java`_
* `Ruby`_
* `Javascript`_
.. _Java: https://github.com/spulec/moto/blob/master/other_langs/sqsSample.java
.. _Ruby: https://github.com/spulec/moto/blob/master/other_langs/test.rb
.. _Javascript: https://github.com/spulec/moto/blob/master/other_langs/test.js