Tech News
← Home  ·  All topics

Get Requests

1 GoKawiil brief on this topic

Show HN: GET Together lets users post to a social feed via plain GET requests

A hobby project called GET Together implements an entire social network—posting, replying, hearting and deleting—using only HTTP GET requests instead of POST. Posts are created by hitting URLs like /post?name=alice&text=hello, with an optional session cookie enabling later deletion, and a /feed endpoint returning JSON. The system includes basic profanity and crypto-content moderation, plus a reporting mechanism for abuse review.