This repo provides the frontend for the Rust Socket.io video by Dreams of Code.
- Node v18
- npm
First clone this repo
$ git clone git@github.com:dreamsofcode-io/chatly-web
$ cd chatly-web
Then install the depencencies using npm
$ npm install
Finally, run the development server
$ npm run dev
This server works with socket.io and both emits events and listens to them.
You should not need to change anything about this server in order to use it with the video. If you do find an issue, please raise an issue or submit a PR to resolve it.
Thank you!