matheuss / google-translate-api

A free and unlimited API for Google Translate :dollar::no_entry_sign:
https://npmjs.com/package/google-translate-api
MIT License
2.89k stars 608 forks source link

Offline support #52

Open mtuchi opened 6 years ago

mtuchi commented 6 years ago

Is there a way this could work offline ?

lasuax commented 6 years ago

If you move the servers into your pocket.

mtuchi commented 6 years ago

@lasuax i know at the moment google support offline translation by downloading the language that you want to work with if you don't have internet access,

Was wondering if there is a similar solution or implementation that could work with desktop application.

luckykumardev commented 6 years ago

@mtuchi have you find anything?

mtuchi commented 6 years ago

@luckykumardev not yet ?

luckykumardev commented 6 years ago

@mtuchi have you tried socket.io?

mtuchi commented 6 years ago

@luckykumardev i need more info, you mean for offline support for google-translate-api ? I have use socket.io on a chat application once

luckykumardev commented 6 years ago

@mtuchi make a node server and use google-translate-api and use socket.io to communicate that server with client