Skip to content

Latest commit

 

History

History
35 lines (25 loc) · 1.22 KB

README.md

File metadata and controls

35 lines (25 loc) · 1.22 KB

Talk

This is a real-time chat application using a web socket where one can create an account, set an avatar, and chat with another person.

Frameworks and Libraries

Keeper built with React, NodeJS, MongoDB, Socket.io

Preview

screen-capture.webm

Build Setup

Requires Node.js

# install dependencies
yarn install

# server, with hot reload at localhost:5000
npm start

# frontend, at localhost: 3000
yarn start