• Stars
    star
    140
  • Rank 261,473 (Top 6 %)
  • Language
    JavaScript
  • Created about 4 years ago
  • Updated almost 2 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

consolechat.io source codes

ConsoleChat.io - Underground developer meeting room

ConsoleChat turns browsers' console into a global real-time chat that connects developers from websites.

Installation

Insert ConsoleChat script to your website and you're good to go

<script src="https://cdn.consolechat.io/console-chat-min.js"></script>

How it works

Use the below functions in browser's console

  1. Launch the chat
cc.start()
  1. Set your username
cc.username('Your cool username')
  1. Say something
cc.say('BOOM!')