Править страницуИстория страницыСсылки сюдаCopy this pageExport to MarkdownODT преобразованиеНаверх Содержание Express версия 3 Документация/API Статьи Express версия 3 http://expressjs.com/3x/api.html https://github.com/visionmedia/express/tree/3.x (GIT) var express = require('express'); var app = express(); app.get('/', function(req, res){ res.send('hello world'); }); app.listen(3000); Править Документация/API http://jsman.ru/express/ Править Статьи http://habrahabr.ru/post/207930/ http://navidoo.ru/f/335918 http://www.itlessons.info/nodejs/auth-with-express-and-passportjs/ http://habrahabr.ru/post/213931/ Править