Websocket client chat app for web browser that comes with really children-friendly user interface. No login is required. Comes with feature to send image in base64 string.
Instruction
- This app requires the Node JS server named "PotatoChat-NodeJS-Server-V1.04 which could be found in repositories.
- Execute the Node JS server via instruction given in PotatoChat-v1.04. Open PotatoChat_v1.02.html.
- Just click "send" button or "enter" to send a message to server to connect to it.
- List of users will automatically be shown in userlist box.
- Click on username to start chat.
- Click "Select image file to send" button, browse picture to send through folders in local disc.
Instruction on changing own username
- Navigate to javascripts->textClick.js and open textClick.js file.
- In line 3 of code, you should see "var chatName="DapaoBoy";".
- Default name set is DapaoBoy, simply change it to whatever chat name you want.