kuro-chat-ktor
WebApp made with ktor to chat in real-time via WebSockets
Visit the deployment
Quick setup
Try this app in your local machine
git clone https://github.com/kuro-vale/kuro-chat-ktor.git
- Checkout before setup for Heroku deployment
git checkout a4bbffa0
- Set environment variables
- DATABASE_URL = the url of the mysql database e.g. "mysql://user:password@localhost:3306/db-name"
- Meet gradle dependencies
- run
./gradlew run