- On this page I added the Nostr components from https://git.fiatjaf.com/nostr-web-components in Vue / Nuxt: https://nuxstr.nostrver.se/fiatjaf-web-components/
- I continued to work on a proof-of-concept and debugged websocket connections with PHP Http/Guzzle client.
- Async requests works
- Sync requests works
Here is code snippet: https://gist.github.com/Sebastix/5991b84334c6c7e12bc28b2e703311b6
- In this proof-of-concept I continued adding a promise and a pool for doing concurrency.
- I reported an issue with the Guzzle Websocket Middleware package (https://github.com/valtzu/guzzle-websocket-middleware/issues/1) which was solved within a day by the maintainer.