Skip to content

Latest commit

 

History

History
45 lines (35 loc) · 1.46 KB

README.md

File metadata and controls

45 lines (35 loc) · 1.46 KB

Chat-Socket.io

Mini Chat

Node.js version Express version socket.io version react version

chat

socketIO nodeJS TypeScript react-200 express-js

Features.

Node.js

  • Mise en place de socket.io

React.js

  • Utilisation des hooks
  • Typescript
  • Mise en place de socket.io-client

Getting Started

$ git clone https://github.com/CDjepeno/Chat-Socket.io.git
$ cd Chat-Socket.io
$ npm install
$ npm start
$ cd backend
$ npm install
$ npm start