https://github.com/nerdbeere/nodejs-2015
https://github.com/nerdbeere/nodejs-2015
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/nerdbeere/nodejs-2015
- Owner: nerdbeere
- Created: 2014-03-13T12:44:00.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2015-03-01T21:54:57.000Z (over 11 years ago)
- Last Synced: 2025-03-24T10:53:40.785Z (about 1 year ago)
- Language: JavaScript
- Size: 10.1 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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