socketsupply / socket-examples

Socket Runtime Examples – see how your favorite front-end framework is used to build cross platform UIs
https://socketsupply.co/guides
MIT License
117 stars 12 forks source link

add another example #54

Closed nichoth closed 1 year ago

nichoth commented 1 year ago

Another example, using contemporary code with io module & tonic.

chicoxyzzy commented 1 year ago

I think that we should remove almost all existing and add all new examples to be honest :)

chicoxyzzy commented 1 year ago

As far as I can tell, this one don't have to be a desktop example. It can work on iOS and Android as well.

chicoxyzzy commented 1 year ago

Hmm, it seems that tests are always included, even in the production bundle.

chicoxyzzy commented 1 year ago

oh, I see now what ssc-test does.

nichoth commented 1 year ago

Hmm, it seems that tests are always included, even in the production bundle.

Yes thanks for noticing; that was me being hasty with the build. Just fixed by adding rm -rf public/*