Simple social network without an algorithm.
  • JavaScript 99.5%
  • HTML 0.5%
Find a file
2026-04-16 20:58:22 +02:00
public Multiple fixes 2026-04-15 13:46:10 +02:00
.gitignore Add security.js and database.js 2026-03-21 16:15:47 +01:00
database.js Multiple fixes 2026-04-15 13:46:10 +02:00
LICENCE Add LICENCE 2026-03-09 16:59:17 +01:00
main.js Multiple fixes 2026-04-15 13:46:10 +02:00
package.json Add secure hashing and secure token generation + fix error preventing opinions to be updated on posts liked/disliked by current user 2026-03-28 11:31:19 +01:00
README.md Complete README 2026-04-16 20:58:22 +02:00
security.js Add secure hashing and secure token generation + fix error preventing opinions to be updated on posts liked/disliked by current user 2026-03-28 11:31:19 +01:00

Rettwit

Simple social network without an algorithm.

Instructions

After cloning the repository, run:

npm install
node main.js

Disclaimer

Rettwit was mostly tested on Firefox based browsers.