ridho-pratama-putra / react-socketio-harperdb

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

REACT, SOCKETIO, HARPERDB act as frontend realtime chat

  • React-router-dom will allow us to set up routes to our different React components – essentially creating different pages.
  • socket.io, that allows us to "emit" events to the server. Once received by the server, we can use the server version of socket.io to do stuff like sending messages to users in the same room as the sender, or join a user to a socket room.

About


Languages

Language:JavaScript 73.5%Language:CSS 17.0%Language:HTML 9.5%