Skip to content

A simple javascript chat (Client and server side).

Notifications You must be signed in to change notification settings

AxelLR992/simple-chat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple chat

This is a simple javascript chat that was build using socket.io. It contains the server logic in the main file: index.js, and the client login in the "client" folder.

To detect changes while writing code, I'm using nodemon. Run npm run dev to run in development mode.

Features

This chat, in addition to the usual messenger service:

  • Supports nicknames.
  • Broadcasts a message to connected users when someone connects or disconnects.
  • It has "{user} is typing" functionality.
  • Shows who's online.
  • Supports private messaging.

About

A simple javascript chat (Client and server side).

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published