Course
NODEJS
Introduction to Node.js («NODEJS»)
In this workshop you will get to know the most important possibilities of Node.js and apply them by means of practical examples for server-side web applications.
Duration
2 days
Price
1'600.–
Course facts
- Getting an overview of the possible uses of Node.js for server-side web applications
- Getting an overview of the practical use of JavaScript on the server side
1 Introductory remarks
- architecture
- installation
2 Simple application
- interactive mode
- command line application
- directory structure
3 Parcels
- modules
- package management
- package definition
- package information
4 Events
- Package events
- event trigger
- event handling
5 Web server
- Package http
- Package https
- server
6 Web client
- Package request
- Package cheerio
7 Routing
- Package url
- Package querystring
8 File system
- Package fs
- Package path
- Package readline
- file
- directory
9 Web framework
- Parcel express
- Static
- Midddleware Functions
10 Middleware
- Package bodyParser
- Package cookieParser
- Package morgan
11 Databases
- Package sqlite3
- Package mysql
- Package mongodb
12 Special
- Package util
- Package underscore
- Package assert
This course is designed for web developers who want to get an overview of Node.js and the server-side use of JavaScript.
Attendance of the previous course is required: