/node-rosetta-chat-translator

Real time chat translator

Primary LanguageJavaScript

rosetta

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

  1. select user language (spanish for example)
  2. write a nick name and push subscription button

open second navi, http://localhost:3000

  1. select other user language (english for example)
  2. write a nick name and push subscription button
  3. 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 !