Code Monkey home page Code Monkey logo

internet_groupchat's Introduction

Internet_groupChat

A web application that serves the purpose as an internet group chat system. has a frontend running in JS, CSS and HTML; the backend is a node.js code.

Features include: Front-end>>

  1. A messages log display, 800x300 px,
  2. Strategic message placement. Sender messages on the right most side of the log display, Received messages on the left most side of the display
  3. A text area that adjusts, vertically
  4. Has an overflow-y of scroll.
  5. Horizontal overflow messages lines are broken into new line, that way all the message content is within the bounds of the log display.
  6. Sender messages and received messages have different colors.

Back-end>> 1. Runs as a nodejs application 2. A websocket server listener 3. it is a stateful server. Keeps track of the connected clients and anounces the disconnected clients 4. Receive and transmit data in Json format. 5. Announces the joining and disconnect of a client.

Areas that require extensive Implementations

  1. The software may be advanced to enble media sharing.
  2. A quit/disconnect button may be included in the front-end. and also can a reconnect button.
  3. The software may be implemented too store data such as messages trasacted on a database (preferably MongoDB - its documnet
    based database).
  4. More graphical features may be included in the front end to make it much beautiful.

Explanatory screenshots

  1. User is asked to enter a username to login Login-prompt

  2. For ealier users, they receive a notification of the newly joining user user-join-notification

  3. Sample message exchange in the group chat chat-active_1

  4. Sample message exchange in the group chat chat-active_2

  5. For connected users, they receive notification of disconnected users. user-disconnect-notification

internet_groupchat's People

Contributors

jaweki avatar

Watchers

 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.