Skip to content

Latest commit

 

History

History
23 lines (22 loc) · 583 Bytes

README.md

File metadata and controls

23 lines (22 loc) · 583 Bytes

An online chat client made with Node.js

Dependencies:

  • Express.js
  • Node-fetch
  • Socket.io

Features

  • Fast & Simple Design
  • Saves your nickname
  • Nickname changer
  • Notifys you when a user joins, leaves, and changes their nickname

Local hosting (it's going to be lonely):

git clone https://github.com/DerpmanDev/chat-client.git
cd chat-client
npm install
node index.js

Demo

https://chat.derpmans.repl.co image


Made by Derpman#0858