Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 152 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 152 Bytes

Chat App

Realtime chat app with Express and socket.io.

Start app:

npm run start

Run app in dev/watch mode:

npm run dev