https://github.com/lnsp/microlog
Minimal microblogging platform for developers.
https://github.com/lnsp/microlog
devlog microblogging minimal
Last synced: 10 months ago
JSON representation
Minimal microblogging platform for developers.
- Host: GitHub
- URL: https://github.com/lnsp/microlog
- Owner: lnsp
- License: other
- Created: 2018-08-20T20:09:14.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-06-26T21:47:23.000Z (over 6 years ago)
- Last Synced: 2025-02-11T16:42:58.917Z (12 months ago)
- Topics: devlog, microblogging, minimal
- Language: Go
- Homepage:
- Size: 325 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# microlog
[](https://travis-ci.com/lnsp/microlog)
microlog is a dead-simple micrologging engine with an absolute minimalistic user experience. It is usable on mobile, desktop and tablets and aims to be universally usable no matter the handicap.
## Architecture
The application is split up into multiple services. The only one the customer directly accesses is the `gateway` service. It provides a simple server-side rendered web UI for creating and viewing micrologs.
Other services do
- send emails for confirmation and password reset
- creating and verifying user sessions
- managing user profiles
The goal is to strip down the `gateway` service to a bare minimum, so we can easily replace it later with an REST gateway for a single-page application or similar.