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: NodeStackProxy/README.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,7 +29,7 @@ Press any key to stop program
29
29
30
30
Then script download `node-modules` for node.js and runs the server for port: `8080`.
31
31
32
-
That's it, you can see Backbone.JS with Todo SPA application geared with ServiceStack.
32
+
That's it, you can see Backbone.JS Todo SPA geared with [ServiceStack](www.servicestack.net): http://localhost:8080
33
33
34
34
NOTE: Service is actually a Windows Service. So you can also install it with:
35
35
@@ -40,9 +40,11 @@ installutil <Path of the Service.exe>
40
40
41
41
### Linux & mono
42
42
43
-
[run](https://github.com/ServiceStack/ServiceStack.UseCases/blob/master/NodeStackProxy/run) script automatically compiles Service.sln file using `xbuild`. Then it tries to shutdown the previous Service process and run it again. When service is up and running, it downloads all required `node-modules` and run node.js app server using port: `8080`.
43
+
[run](https://github.com/ServiceStack/ServiceStack.UseCases/blob/master/NodeStackProxy/run) script automatically compiles Service.sln file using `xbuild`. Then it tries to shutdown the previous Service process and run it again. When service is up and running, it downloads all required `node-modules` and runs `node.js` app server using port: `8080`.
44
44
45
45
```
46
46
chmod +x ./run
47
47
./run
48
48
```
49
+
50
+
That's it, you can see Backbone.JS Todo SPA geared with [ServiceStack](www.servicestack.net): http://[linux-host]:8080
0 commit comments