stream-pi / website

Stream-Pi website made in React with Typescript, Bootstrapped with NextJS
https://stream-pi.com
GNU General Public License v3.0
8 stars 0 forks source link

Finish "How is it Made?" section on about page #7

Closed SamuelQuinones closed 3 years ago

SamuelQuinones commented 3 years ago

How is it made section is currently a lorem ipsum, it needs to be converted into an actual explanation

SamuelQuinones commented 3 years ago

@rnayabed might need some help from you

rnayabed commented 3 years ago

@rnayabed might need some help from you

Languages used : Java

Platforms : JavaFX Gluon Client (for compiling client native images)

SamuelQuinones commented 3 years ago

@rnayabed thoughts? I don't think we need TOO much info, just enough if someone wanted to write an article or wanted very base level knowledge.

Screen Shot 2021-01-13 at 10 47 12 AM
rnayabed commented 3 years ago

The last final line should be something like

... native images run directly on the platform like actual native apps, rather than running on a Java Virtual Machine, reducing footprint and resources needed.

The rest looks fine

SamuelQuinones commented 3 years ago

Implemented requested changes, task complete

rnayabed commented 3 years ago

also, second last line, please changs "utility api" to "utility module" util isnt an api. its just a module shared between both client and server for some common code used between the two

rnayabed commented 3 years ago

@SamuelQuinones