Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 512 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 512 Bytes

Concord Server

Concord server is a backend for Concord, a Discord like chat app. The backend is built using:

  • Node.js
  • Socket.io

Installation

git clone https://github.com/ischekoldin/concord-server.git

Demo Heroku servers go idle after 30 minutes of inactivity. So the first start of frontend and backend is slow.

Usage

// to start on localhost, the default port is 5000
npm devstart 

License

MIT