Skip to content

Commit 0fbaa38

Browse files
committed
Added README.md
1 parent bb9f9f3 commit 0fbaa38

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

NodeMVA.sln

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
99
ProjectSection(SolutionItems) = preProject
1010
.gitattributes = .gitattributes
1111
.gitignore = .gitignore
12+
README.md = README.md
1213
EndProjectSection
1314
EndProject
1415
Project("{9092AA53-FB77-4645-B42D-1CCCA6BD08BD}") = "02_HelloWorldHTTP", "02_HelloWorldHTTP\02_HelloWorldHTTP.njsproj", "{69B6BC1B-8847-407C-917E-BF80E6A32203}"

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# Project Repository for Building Apps with Node.js Microsoft Virtual Academy
2+
3+
This is the project repository containing the source code for all the demos in the "Building Apps with Node.js" Micorosft Virtual Academy course.
4+
5+
## Useful Resources
6+
7+
* [A chatroom for all! Part 1 - Introduction to Node.js](http://blogs.msdn.com/b/cdndevs/archive/2014/09/04/node-js-tutorial-series-a-chatroom-for-all-part-1-introduction-to-node.aspx)
8+
* [A chatroom for all! Part 2 - Welcome to Express with Node.js and Azure](http://blogs.msdn.com/b/cdndevs/archive/2014/09/11/a-chatroom-for-all-part-2-welcome-to-express-with-node-js-and-azure.aspx)
9+
* [A chatroom for all! Part 3 - Building a Backend with Node, Mongo and Socket.IO](http://blogs.msdn.com/b/cdndevs/archive/2014/09/19/a-chatroom-for-all-part-3-building-a-backend-with-node-mongo-and-socket-io.aspx)
10+
* [A chatroom for all! Part 4 - Building a Chatroom UI with Bootstrap](http://blogs.msdn.com/b/cdndevs/archive/2014/09/25/a-chatroom-for-all-part-4-building-a-chatroom-ui-with-bootstrap-node-js.aspx)
11+
* [A chatroom for all! Part 5 - Connecting the Chatroom with WebSockets](http://blogs.msdn.com/b/cdndevs/archive/2014/10/03/a-chatroom-for-all-part-5-connecting-the-chatroom-with-websockets.aspx)
12+
* [A chatroom for all! Part 6 - The Finale and Debugging Remote Node Apps!](http://blogs.msdn.com/b/cdndevs/archive/2014/10/10/a-chatroom-for-all-part-6-the-finale-and-debugging-remote-node-apps.aspx)

0 commit comments

Comments
 (0)