Skip to content

Briseus/Kape

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kape Chat

A demo instant messaging client for real time chatting and dynamic channels. This project was bootstrapped with Create React App and it uses Expressjs for the node backend. A running build can be found here.

Features

  • Dynamic channel creation
  • Instant messages with socket.io
  • Can chat with or without an nick
  • Progressive Web App support
  • Backend done with node using Expressjs

Installation

This is project uses yarn instead of npm. Run yarn install to get all the dependencies.

Development

To run a dev version run yarn server to get the server up and yarn start for the front end. Remember to say yes to run the app on a different port and use it to make changes to the app.

Production

To run a production build locally use yarn build and yarn server to get the express backend server up. The server automatically server the static build generated by the build script.

License

This project is licensed under the MIT License - see the LICENSE.md file for details

About

An instant messaging web app build with Socket.io, Express and React

Resources

License

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors