Skip to content

Lukakva/Chat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Features

  • Sending Messages
  • User's typing state
  • Chat history
  • Message sounds
  • Emoticons

var emoticons = { ":)" : "smile", ":(" : "frown", ":|" : "pokerface", ":/" : "unsure", ":\" : "unsure", ";)" : "wink", ":'(" : "tear", ";-;" : "cry", ":D" : "laugh", "^_^" : "happy", "8|" : "cool" };

Installation

Download repository using git clone https://github.com/Lukakva/Chat command or Github's Download as Zip button. Then open the terminal, navigate to this folder (using cd Path/To/Folder command), then run node server.js command. You'll see the message about successful launch shortly. Now you're able to use the chat by going to http://localhost:8080 in your browser.

List of emoticons

Text Result
:) smile emoticon
:( frown emoticon
:| pokerface emoticon
:/ :\ unsure emoticon
;) wink emoticon
:'( tear emoticon
;-; cry emoticon
:D laugh emoticon
^_^ happy emoticon
8| cool emoticon

About

Chat example using Socket.IO

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published