Skip to content

Latest commit

 

History

History
20 lines (18 loc) · 764 Bytes

File metadata and controls

20 lines (18 loc) · 764 Bytes
# Socket-chatApp_Server Server script for Socket chat app(Android). Simple realtime group chat app. Made as a part of learning Socket.io library for node.js and implementing socket.io java client. ## Installation - `git clone ` into a directory, or download the zip and extract. - open terminal and cd into the directory - `npm install` - In index.js file, look for `` and replace it with your local ip - In the ChatApp.java file of the android app, replace the `` in the CHAT_URL variable with the same local ip - Now run the node app `node index.js` - Run the android app on your phone ## Roadmap - Add feature to send and receive images - Implement one-to-one chat # chat-socket-setup-node