Giter Site home page Giter Site logo

livechatserver's Introduction

CHATROOM - LiveChatServer

forthebadge forthebadge

LiveChatServer is a Live CHATROOM which allows multiple users (Clients) to chat with each other.

Features

  • Multiuser Live Chat
  • Awesome GUI + Console mode option
  • Password Encryption
  • Error Tracking by writing them into a log file

Usage

  1. First run the Server Program by providing the four parameters - Port No, Datbase host, Database username, Database password

    java -jar server.jar port_no datbase_host your_database_username your_database_password
  2. Run the Client program by providing the server host and port no

    java -jar client.jar server_host server_port_no
  3. The above command opens the GUI mode. If you want to open the standard console mode then specify extra --console option while running the client program

    java -jar client.jar server_host server_port_no --console

Console Commands or hidden commands ( can be typed as a message )

  1. For Sending personal message in live chat group

    @username **message**

    ( this will show up as a PM on that particular user's screen )

  2. For Exiting from Live Chat Group

    sv_exit
  3. For logout

    sv_logout
  4. For getting the list of online users in room

    sv_showusers

It's not a BUG. It's a feature!

Create a SECRET ROOM!!

i) First create a new chat room by leaving the name of the chatroom empty or by providing spaces.
ii) Now you can join the above created room by specifying empty name or the spaces you provided while creating the room in join room option.
iii) This room won't be visible / displayed in the view rooms list!

Collaborate with us!

Want to contribute? Great!

To fix a bug or enhance an existing module, follow these steps:

  • Fork the repo
  • Create a new branch (git checkout -b improve-feature)
  • Make the appropriate changes in the files
  • Add changes to reflect the changes made
  • Commit your changes (git commit -am 'Improve feature')
  • Push to the branch (git push origin improve-feature)
  • Create a Pull Request

Bug / Feature Request

If you find a bug (the application couldn't handle the query and / or gave undesired results), kindly open an issue here.

If you'd like to request a new function, feel free to do so by opening an issue here.

Screenshots

Sign In Activity

Main Menu Activity

View Rooms Activty

Chat Activity

License

See LICENSE

livechatserver's People

Contributors

iamrohitsuthar avatar ashawe avatar imvinodmuley 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.