Bartozzz / offchan.org

WIP: Offchan is a modern, real-time, anonymous cyberpunk image board. The main themes are programming, technology, science, psychology and philosophy.
https://offchan.org
GNU General Public License v3.0
21 stars 1 forks source link

Create comment module #18

Closed Bartozzz closed 5 years ago

Bartozzz commented 5 years ago

Potential schema:

{
  "guid": {
    "date": Date,
    "file": String,
    "author": String,
    "content": String,
    "thread": String
  }
}