Skip to content

Jesswinters/chatty

Repository files navigation

Chatty App

A chat app built on ReactJS using websockets. Allows local chatting and displaying of images and gifs!

Final Product

Screenshots:

"Screenshot of Chatty App messages"

Technical Specifications

React, Webpack with Babel, JSX, ES6, webpack dev server, WebSockets using Node package ws on the server-side, and native WebSocket on client side

Installation

Clone the project:

git clone git@github.com:Jesswinters/chatty.git

CD into the server folder and start the server:

cd /chatty/server
npm install
npm start

CD into the project and start the app:

cd /chatty
npm install
npm start
open http://localhost:3000

Start chatting!

Dependencies

About

A chat app built on ReactJS using websockets.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors