You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since v1.3, wws includes and administration panel you can enable using the --enable-panel flag. The admin panel provides you an UI to check the information about your project and more stuff in the future.
$ wws ./examples/js-json --enable-panel
⚙️ Preparing the project from: ./examples/js-json
⚙️ Loading routes from: ./examples/js-json
⏳ Loading workers from 1 routes...
✅ Workers loaded in 124.985041ms.
- http://127.0.0.1:8080/handler
=> ./examples/js-json/handler.js
🎛️ The admin panel is available at http://127.0.0.1:8080/_panel/
🚀 Start serving requests at http://127.0.0.1:8080
The initial version of the administration panel is just the beginning. Providing an integrated UI to manage your applications open a new set of possibilities. For example, you will be able to code your workers directly in the browser.
What are the features you would like to see in the admin panel?
Feel free to drop your ideas in this issue! 😄
The text was updated successfully, but these errors were encountered:
Since v1.3,
wws
includes and administration panel you can enable using the--enable-panel
flag. The admin panel provides you an UI to check the information about your project and more stuff in the future.You can find more information in the Wasm Workers Server v1.3 article.
The initial version of the administration panel is just the beginning. Providing an integrated UI to manage your applications open a new set of possibilities. For example, you will be able to code your workers directly in the browser.
What are the features you would like to see in the admin panel?
Feel free to drop your ideas in this issue! 😄
The text was updated successfully, but these errors were encountered: