An open API service indexing awesome lists of open source software.

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.

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).