An open API service indexing awesome lists of open source software.

https://github.com/nerdbeere/nodejs-2015


https://github.com/nerdbeere/nodejs-2015

Last synced: 7 months ago
JSON representation

Awesome Lists containing this project

README

          

# NodeJS Workshop Salzburg
## Julian Hollmann

* Was ist NodeJS?
* Server-side javascript based on V8
* Non-Blocking I/O

* Wann ist der Einsatz von node sinnvoll?
* Sinnvoll
* JSON APIs
* Single Page Applications
* Realtime Applications
* Nicht sinnvoll
* CPU heavy apps
* Simple CRUD Applications

* Vorteile von server-side javascript
* Javascript is awesome, isn't it?
* Write code once, use it on the frontend and backend
* Performance

* Installation
* http://nodejs.org

* Getting started
* Hello world
* Hello world http server
* Modules
* Events
* Streams

* TDD mit Node.js
* Tower defense beispiel

* IDEs
* Webstorm
* Node Plugin

* Tools
* NPM
* Nodemon
* forever

* Frameworks
* Express.js
* Hello World with express

* Hosting / Deployment
* heroku
* codeship

* Literatur
* JavaScript the Good Parts
* JavaScript Patterns

* Real-Time Apps with node and socket.io

* Let's code
* Chat