Update README.md

This commit is contained in:
DeShuai Ma 2015-05-25 17:51:39 +08:00
parent da1ea4077b
commit d96b83e580

View file

@ -1,4 +1,4 @@
node-example
Nodejs-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.