/Powercoders-week8

making a chat

Primary LanguageHTML

Chat.js

Installation

  • Clone the chat repository with git
    • git clone https://github.com/topaxi/powercoders-chat.git
  • Run the following command in your terminal
npm init
npm install ws --save

Run your chat

node server.js

Build your own chat

  • Enhance your server to allow chatting in server.js
  • Display chat data in your index.html using JavaScript, HTML and CSS

Resources: