Rosetta is a web server on node js, based on socket.io library that allows you to translate messages between users of different nationalities (four in this example), using them for google translator facility.
executing server example: (app.js) node app.js
client launch example: (index.html) open one navi , for example http://localhost:3000
- select user language (spanish for example)
- write a nick name and push subscription button
open second navi, http://localhost:3000
- select other user language (english for example)
- write a nick name and push subscription button
- write a message at local languaje: hello world!
The message will be translate to other user chats to a different languages.
Thanks google translator for this facility !