A mobile compatible anonymous random chat using socket.io and WebRTC
Omigo consists of two parts: the server, which establishes and control the connections between peers, and the client, the front-end user interface.
$ npm install -g gulp
$ git clone https://github.com/gnuns/omigo
$ cd omigo/client
$ npm install
# nano client/src/js/app.js # update serverURI with your serverURI (default is https://localhost:3000)
$ gulp build # will build on the dist/ folder
$ git clone https://github.com/gnuns/omigo
$ cd omigo/server
$ npm install
$ npm start # check the server/config.json file
- Text chat
- Video chat
- Mobile compatibility
- Mode switch button (text/video)
- Multi-language
- 'Stranger is typing...'
This program is free software and is distributed under an MIT License.