An open API service indexing awesome lists of open source software.

https://github.com/eddie4k-code/public-chat-room-react

A Chat application where users can send messages in a public room using Socket.IO
https://github.com/eddie4k-code/public-chat-room-react

chatroom javascript messsaging socketio websockets

Last synced: 9 months ago
JSON representation

A Chat application where users can send messages in a public room using Socket.IO

Awesome Lists containing this project

README

          

# public-chat-room-react
A Chat application where users can send messages in a public room using Socket.IO

Frontend Dependencies



  • react

  • react-router-dom

  • socket.io-client

  • tailwindcss

  • postcss

  • autoprefixer

Backend Dependencies



  • cors

  • expresss

  • dotenv

  • mongoose

  • socket.io

Scripts


  • backend - npm start

  • frontend - npm start
  • Preview