Skip to content

Files

Latest commit

 

History

History
23 lines (15 loc) · 319 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 319 Bytes

Simple Chat Backend with Express + Socket.io

A simple chat backend with implementation of Express + Socket.io for a general room chat.

Project setup

yarn install

Start

Development

yarn dev

Production

yarn start