inhibitor1217 / socket-io-react-example

Minimal example of a chat room using Socket.io and React.js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

socket-io-react-example

Guide

1. Install dependencies

yarn

2. Start the server

cd packages/server
yarn dev

3. Start the client

cd packages/client
yarn dev

About

Minimal example of a chat room using Socket.io and React.js


Languages

Language:TypeScript 65.6%Language:JavaScript 22.0%Language:HTML 12.4%