5
0
mirror of https://github.com/wailsapp/wails.git synced 2025-05-21 03:19:31 +08:00

Updated README.md

This commit is contained in:
Lea Anthony 2021-05-18 21:29:03 +10:00
parent caad3a6b00
commit f5912d29b6

View File

@ -19,4 +19,4 @@ The dev command allows you to develop your application through a standard browse
## How it works
The project is build
The project is built using a special mode that starts a webserver and starts listening to port 34115. When the frontend project is run independently, so long as the JS is wrapped with the runtime method `ready`, then the frontend will connect to the backend code via websockets. The interface should be present in your browser, and you should be able to interact with the backend as you would in a desktop app.