Coder Social home page Coder Social logo

krishnasubedi1998 / lets-chat Goto Github PK

View Code? Open in Web Editor NEW

This project forked from stillnovice/lets-chat

0.0 0.0 2.0 12 KB

A group chat web application that can run on multiple clients on same network. Made with Love using Node.js, Express.js, Socket.io, Jquery-emoji-picker, HTML and CSS.

JavaScript 27.84% HTML 72.16%

lets-chat's Introduction

Lets-Chat

A group chat web application that can run on multiple clients on same network. Made with Love using Node.js, Express.js, Socket.io, Jquery-emoji-picker, HTML and CSS.

Installation

Windows

$ git clone https://github.com/stillNovice/Lets-Chat.git
$ cd Lets-Chat
$ npm install
$ xcopy node_modules\jquery-emoji-picker\css public\css\
$ xcopy node_modules\jquery-emoji-picker\js public\js\
$ node app.js

Linux

$ git clone https://github.com/stillNovice/Lets-Chat.git
$ cd Lets-Chat
$ npm install
$ mkdir public/css && cp -r node_modules/jquery-emoji-picker/css/* public/css/
$ mkdir public/js && cp -r node_modules/jquery-emoji-picker/js/* public/js/
$ node app.js

Usage

  1. Open Chrome
  2. Go to localhost:8478
  3. Enter the name you wish to appear in the Chat section
  4. Tell your friends and make them join too (if they are on the same network).
  5. Enjoy

What's new here :

  1. Online/Away functionality. (All the online users are shown with a green online dots left of their names, and all the offline users have yellow dots).
  2. User will know who else is typing at a particular moment while enjoying the Group Chat.
  3. Emoji Picker to add emojis along with text messages.

lets-chat's People

Contributors

apoorv-mishra avatar stillnovice avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.