Skip to content

emrecanterzi/react-socket.io-chat-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React - Socket.io Chat app

Start app

  1. node start

eng

It is an application where users can send messages to each other in rooms. Built using React.js and socket.io.

tr

Kullanıcıların odalarda birbirlerine mesaj gönderebilecekleri bir uygulamadır. React.js ve socket.io kullanılarak oluşturulmuştur.

// Initial user and admin
[
  { id: 0, userName: "admin", password: 123 },
  { id: 1, userName: "user", password: 123 },
];

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published