how to use nw.js instead of raw
cuz i use firefox and raw doesnt work plus electron requires backend
https://nwjs.io/
The nwjs framework is a reference to the above project.
Raw is meant for when you're using no framework or library akin to nwjs or electron. It instead searches your computer for a supported chromium based browser (or Firefox on Linux) and uses that instead.
Most modern versions of Windows 10 and all version of 11 ship with one such browser, namely Microsoft Edge. Most version of Linux have Firefox available and unfortunately you are going to need to install a chromium bases browser for mac OSX.
Msmc is incompatible with opera. Otherwise Google chrome, Edge, chromium and a few others will work.
k but how to use it? like any examples?
You follow the example of how to setup a nwjs project and then you import msmc into that. You can then use then use "nwjs" instead of "raw" or "electron".