DaltonWebDev / console.chat

A chat room inside your browser's console.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sqlite backend

Halkcyon opened this issue · comments

In your codebase, you're using a flat json file for domains to track messages, and configuration - it may be more efficient to use sqlite so you're not dealing with a DBMS or wrestling the file system with locking. Probably dependent on reqs/sec, but according to their documentation, they've experimented with 1M+ hits per day without issue.