docs-site/content/0.11.0/api/api-clients.md
We have client libraries for:
We also have the following community-contributed client libraries:
We recommend that you use our API client if it's available for your language. It's also easy to interact with Typesense through its simple, RESTful HTTP API.
<Tabs :tabs="['JavaScript','Python','Ruby']"> <template v-slot:JavaScript>// Node.js
npm install typesense @babel/runtime
// Browser
<script src="dist/typesense.min.js"></script>
pip install typesense
gem install typesense
If you're using our JavaScript client to access Typesense directly from the browser, be sure to start the Typesense server with the --enable-cors flag.