Websocket-based chat app implementation written in TypeScript
In production environment, you have to use this application with https. If not, the server will automatically redirect to https.
- PostgreSQL
- NodeJS (>=6)
Create User respass
with empty password.
createuser respass
createdb respass-dev
createdb respass-test
cp .env.sample .env
typings install
npm install
npm run db:migrate
npm start
npm test
See CONTRIBUTING.md
MIT