Skip to content

Latest commit

 

History

History
22 lines (19 loc) · 591 Bytes

README.md

File metadata and controls

22 lines (19 loc) · 591 Bytes

chatroom

  • Technologies:

    1. Node.js
    2. Socket.io
    3. JavaScript
    4. Bootstrap
    5. AWS
  • Features:

    1. sending/broadcasting private/public messages
    2. creating new public/private chatrooms
    3. joing/leaving chatrooms
    4. kicking/banning users with chatroom owner privilage
    5. chatroom ownership transfer
  • How to run(locally):

    1. Download all the files
    2. Install Node.js and NPM
    3. Install socket.io, "npm install socket.io"
    4. In command line, navigate to directory where static_server.js is, run "node chat_server.js"
    5. In browser, visit: http://localhost:3456/chatroom.html