Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 399 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 399 Bytes

cli-chat

Websockets based chat server example implementation

Usage

Start dockerized PostgreSQL

docker compose up -d

Log into psql console

psql -U postgres -p 5433 -h localhost

Run the backend

lein run

Try cli-chat

Connect at least two times with WebSocat to ws://localhost:3000/chat