https://github.com/reiver/protogo-app
protogo-app is a mobile front-end for protogo. protogo is a career, gig, and business focused decentralized social-media (DeSo) platform, for the Fediverse and Social Web.
https://github.com/reiver/protogo-app
activitypub activitystreams fediverse fediverse-client protogo social-web
Last synced: about 1 month ago
JSON representation
protogo-app is a mobile front-end for protogo. protogo is a career, gig, and business focused decentralized social-media (DeSo) platform, for the Fediverse and Social Web.
- Host: GitHub
- URL: https://github.com/reiver/protogo-app
- Owner: reiver
- License: agpl-3.0
- Created: 2025-01-22T07:11:37.000Z (3 months ago)
- Default Branch: master
- Last Pushed: 2025-01-30T03:39:05.000Z (3 months ago)
- Last Synced: 2025-01-30T04:23:30.483Z (3 months ago)
- Topics: activitypub, activitystreams, fediverse, fediverse-client, protogo, social-web
- Language: JavaScript
- Homepage:
- Size: 115 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# protogo-app
**protogo-app** is a mobile front-end for **protogo**.
**protogo** is a career, gig, and business focused decentralized social-media (DeSo) platform, for the Fediverse and Social Web.## Technology
**protogo-app** is a cross-platform mobile app and progressive-web-app (PWA).
It is written in the Go programming-language (Go) and is compiled to WebAssembly (WASM).
The Go code creates the UI by adding HTML and CSS using DOM manipulation.## Building
To build **protogo-app** run a command similar to the following:
```
GOOS=js GOARCH=wasm go build -o main.wasm
```## Author
Software **protogo** was written by [Charles Iliya Krempeaux](http://reiver.link)
**protogo** also makes use of [Feather Icons](https://github.com/feathericons/feather).