Skip to content
Tie Xiao edited this page Apr 22, 2016 · 3 revisions

Welcome to the simple_im wiki!

###This project:

Use dets table as session store.

Use postgresql as database for user & group information store.

The pg connection pool implement by myself instead of use poolboy, why? Because the pg driver allow concurrent pgsql:equery on same connection.