Skip to content

chatroom application powered by Node.js and Socket.io

Notifications You must be signed in to change notification settings

jylock/chatroom

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published