You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A Clojure chat server made in clojure using redis (carmine) pub/sub to communicate b/w nodes and for session storage, Http-Kit as http server and sqlkorma with mysql.
Do not use in production!!, this project does not use standard security measures for user authentication (this uses plain text password matching). This was hacked together in a few days for a small demo. Again do not use in production.
About
A sample chat server made using redis pub/sub, sqlkorma and http-kit