dreamsofcode-io / chatly-web

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Chatly

This repo provides the frontend for the Rust Socket.io video by Dreams of Code.

Requirements

  • Node v18
  • npm

Usage

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

Contributing

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!

About


Languages

Language:JavaScript 96.6%Language:HTML 3.0%Language:CSS 0.5%