Code of Conduct: https://github.com/solid/process/blob/master/code-of-conduct.md - Website: https://solidproject.org/ - Repos: https://github.com/solid/
React NodeGUI is touted as a performant GUI alternative to Frameworks such as electron, for React and ReactNative:
https://github.com/nodegui/react-nodegui
Has anyone checked it out? Also posted to forum: https://forum.solidproject.org/t/react-nodegui-cross-platform-apps-with-react-reactnative/2154?u=happybeing
@SharonStrats assuming you are following these instructions:
https://github.com/solid/node-solid-server#running-in-development-environments
then it is odd that your bin/solid-test
is not marked as executable. Perhaps you are in a Windows environment?
The instructions for openssl
and creating a self-signed certificate are a little later in the docs above:
https://github.com/solid/node-solid-server#how-do-i-get-an-ssl-key-and-certificate
openssl req -outform PEM -keyform PEM -new -x509 -sha256 -newkey rsa:2048 -nodes -keyout ../privkey.pem -days 365 -out ../fullchain.pem
Here is the next edition of This Week in Solid
The next call will be on the 29th August at 1600CEST. If you would like to add an item to the agenda do so here
I went to my first JavaScript Meetup last night in Gloucestershire UK and recommend it. I also talked a bit about Solid and SAFE, more in the following post on the SAFE forum in case anyone is interested:
https://safenetforum.org/t/cheltenham-javascript-meetup-report/29641?u=happybeing
@Vinnl_gitlab Thanks for the feedback. I added some explanatory text to https://smartdown.solid.community/public/smartdown/#/public/SolidLDFlex.markdown:
Smartdown is a Markdown-compatible language for authoring interactive documents. It resembles Jupyter, but has a version-compatible source format, and requires no server to remain interactive. Good for experimenting with, integrating and discussing other technology.
Solid complements Smartdown nicely, by providing a place and an authentication scheme to enable controlled access (read and write) to this data.