Skip to content

juppe/stiff-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Stiff: Chat Service Back-end

Chat App Back-end written in JavaScript using Node.js, Express, Socket.IO and Redis

Install needed software using Homebrew:

brew install node

brew install yarn

brew install redis

Install deps (front-end and back-end) using Yarn:

cd stiff-app && yarn install

cd stiff-server && yarn install

Start App:

  • Start redis
  • Start front-end and back-end cd stiff-app and run yarn start

About

Stiff: Chat Service Back-end

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published