Murray Hopkins

Results 31 comments of Murray Hopkins

Any progress on this? @TheJaredWilcurt I am completely new to {N} and I too am a nw.js developer wanting a code sharing situation for the business logic across Desktop and...

I support that too. Testing the Business Logic layer (all JS classes and a message bus etc, no ui, no selenium etc etc). It was the first thing I did....

This is all a bit new to me but what I have found out is this: `quasar-tiptap` package.json specifies `"prosemirror-utils": "^0.9.6"` but the latest version of `"prosemirror-utils" is "1.0.0-0"` So,...

I think I need to learn about [https://quasar.dev/app-extensions/introduction](https://quasar.dev/app-extensions/introduction)

@cjus Thanks Carlos, Basically, the app is for small to medium organisations for authoring and sharing internal documents across the net. I wont bother with details here - suffice to...

@cjus Yep, that could be part of it. And I am still playing with the idea of making the front-end a composition of microservices. Take a simple example: the title...

PS: Just to be clear, I am not asking you to port Hydra. I am just thinking about whether microservices on the client side is a good idea or not,...

@cjus Yes, I have considered the server-side rendering issue. Do you mean rendering views? If so, that is only a small part of the bigger picture. For me, the more...

@cjus Yes, I have looked at Seneca. And others like [Cote](https://github.com/dashersw/cote). I have also been looking at [WebWorkers](https://medium.freecodecamp.org/how-web-workers-can-help-with-consistent-asynchronous-tasks-in-javascript-cd6d728fa4ee ) which uses [MessagePort](https://www.w3.org/TR/webmessaging/) under the hood. I am thinking that using...