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
> Application endpoints are resolved as `/apps/{name}/{endpoint}`
262
+
> [info]Application endpoints are resolved as `/apps/{name}/{endpoint}`
263
263
264
264
#### Client
265
265
@@ -282,7 +282,9 @@ ws.close(); // Closes socket
282
282
283
283
In your server script, create a matching endpoint with Express:
284
284
285
-
> You can get the core Websocket server via `core.wss`. You can add properties to the `ws` object in the `app.ws()` method filter out the list of clients from `wss.clients`.
285
+
> [info] You can get the core Websocket server via `core.wss`. You can add
286
+
> properties to the `ws` object in the `app.ws()` method filter out the
When an application is launched, it might contain arguments:
323
325
324
-
> NOTE: If your application was launched with a file associated to an assigned MIME, the `file` property will be added automatically to the `args` object.
326
+
> [info] If your application was launched with a file associated to an assigned
327
+
> MIME, the `file` property will be added automatically to the `args` object.
325
328
326
329
```javascript
327
330
// Launch application with arguments
@@ -374,5 +377,3 @@ Sessions are normally only saved when a user logs out, but you can force this ac
0 commit comments