khashashin / Powercoders-week8

making a chat

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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:

About

making a chat


Languages

Language:HTML 64.5%Language:JavaScript 34.7%Language:CSS 0.8%