Skip to content

Commit c150994

Browse files
committed
Update README.md
1 parent fa7ed8b commit c150994

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

NodeStackProxy/README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Press any key to stop program
2929

3030
Then script download `node-modules` for node.js and runs the server for port: `8080`.
3131

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
3333

3434
NOTE: Service is actually a Windows Service. So you can also install it with:
3535

@@ -40,9 +40,11 @@ installutil <Path of the Service.exe>
4040

4141
### Linux & mono
4242

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`.
4444

4545
```
4646
chmod +x ./run
4747
./run
4848
```
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

Comments
 (0)