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.
- Docker
- Docker Compose
docker-compose build
docker-compose run --entrypoint docker/init.sh respass
docker-compose up
docker-compose run --entrypoint docker/test.sh respass
- PostgreSQL
- NodeJS (>=6)
Create User respass
with empty password.
createuser respass
createdb respass-dev
createdb respass-test
cp .env.sample .env
npm install
npm run db:migrate
npm start
npm test
See CONTRIBUTING.md
MIT