Skip to content

aidul23/talk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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