Skip to content

KMKNKK/Chatroom-WebSocket

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chatroom-WebSocket

This is an IM-chatroom made by Websocket(socket.io)

Mainly consists of two parts:

  • jQuery-chat

    • Client files written by jQuery
    • Server-side files written by Node.js&socket.io
    • The HTML&CSS files for Broser
  • React-chat

    • A refactored version of jQuery-chat that optimizes the code structure and is being written

Quick start:

  // Before you start, make sure your server has node.js
  git clone url

  // jQuery-chat
  cd Chatroom-WebSocket & npm install
  cd ./jQuery-chat/js & node app.js

  // React-chat
  cd React-chat & npm install
  npm start

Here are some previewing effects:

About

This is an IM-chatroom made by Websocket(socket.io)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published