Skip to content

Commit 3e82183

Browse files
committed
Update README.md
1 parent e41a6ff commit 3e82183

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

NodeStackProxy/README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
11
# Self-hosted ServiceStack + Node.js demo project
22

3+
The project demonstrates how you can easily build single page applications (SPA) using [node.js](http://nodejs.org/download/) with Express, Jade templates and geared with ServiceStack as a backend API engine. The application works for Windows and Linuxes. To simplify development node.js used a proxy to route all "/api" requests to SericeStack but for heavy loaded sites you can use [nginx](http://wiki.nginx.org/Main).
4+
35
## Instructions
46

5-
Make sure that [node.js and npm](http://nodejs.org/download/) is installed and path variables are set correctly. Both commands should return version:
7+
Make sure that [node.js and npm](http://nodejs.org/download/) is installed and path variables are set correctly (`Windows`: install it with `.msi`, `Linux/Mac`: http://howtonode.org/how-to-install-nodejs)
8+
9+
Both commands should return version:
610

711
```
812
node --version

0 commit comments

Comments
 (0)