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
Copy file name to clipboardExpand all lines: README.md
+2-3Lines changed: 2 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -19,10 +19,9 @@ The examples below explore the type benefits and value provided by the `JsonServ
19
19
## Web App
20
20
21
21
The [Web Example App](https://github.com/ServiceStackApps/typescript-server-events/tree/master/web)
22
-
contains less than [>100 lines of application code](https://github.com/ServiceStackApps/typescript-server-events/blob/master/web/src/app.ts)
23
-
and uses no external runtime library dependencies other than
22
+
built with less than [>100 lines of application code](https://github.com/ServiceStackApps/typescript-server-events/blob/master/web/src/app.ts) uses no external runtime library dependencies other than
24
23
[servicestack-client](https://github.com/ServiceStack/servicestack-client) for its functional Web App
25
-
that can connect to any ServerEvents-enabled ServiceStack instance (with CORS) to keep a real-time log of all
24
+
that can connect to any CORS and ServerEvents-enabled ServiceStack instance and keep a real-time log of all
26
25
messages sent to the subscribed channel whilst maintaining a synchronized Live list of Users currently subscribed to the same channel.
27
26
28
27
The Web App is made up of the 4 files below with all functionality maintained in **app.ts**:
0 commit comments