Update README.md

This commit is contained in:
DeShuai Ma 2015-05-25 17:35:18 +08:00
parent 89067e08f8
commit 8ee7e4eefb

View file

@ -1,6 +1,9 @@
node-example node-example
========= =========
In this example, the nodejs server connect to postgresql-db, insert two message into the db and then listen on 8080 port. When user access the nodejs server, the server getback the info from db and send to user. In this example, the nodejs server connect to postgresql-db, insert two message into the db and then listen on 8080 port. When user access the nodejs server, the server getback the info from db and send to user.
=========
# Usage this example: # Usage this example:
$ osadm new-project test $ osadm new-project test