TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: Gocial – Small PoC for social media interactions

2 pointsby cyneoxover 2 years ago
𝗴𝗼𝗰𝗶𝗮𝗹<p>More than a year ago I started working on a side project born out of the frustration I had with buffer, ifttt and zapier. The use case was pretty simple: I just wanted to share an article and some comments about it on multiple social media platforms from a single location. All sharing services had great functionalities (e.g. automated workflows) but you&#x27;re always limited in the number of shares you can distribute withing a time frame without paying for premium.<p>At the same time they all lacked support for LinkedIn which then sparked the idea for gocial. After having a look at the LinkedIn Post API I decided I’ll implement my own service in Golang and learn more about OAuth, JWT tokens and especially frontend.<p>Here are some specs: • Golang as core language • echo framework for the HTTP and REST API part • JWT tokens for stateless authentication • deployed as AWS Lambda function via netlify • TailwindCSS, Alpine.js and simple Golang HTML templates for the frontend • more or less hexagonal architecture • currently one big monolith (ca. 14Mb binary) running in a serverless environment<p>Read the blog post <a href="https:&#x2F;&#x2F;blog.dornea.nu&#x2F;2022&#x2F;12&#x2F;15&#x2F;releasing-gocial&#x2F;" rel="nofollow">https:&#x2F;&#x2F;blog.dornea.nu&#x2F;2022&#x2F;12&#x2F;15&#x2F;releasing-gocial&#x2F;</a><p>Or test it by yourself : <a href="https:&#x2F;&#x2F;gocial.netlify.app" rel="nofollow">https:&#x2F;&#x2F;gocial.netlify.app</a>

no comments

no comments