Soumettre la recherche
Node.jsエンジニアErlangに入門するの巻
•
9 j'aime
•
3,488 vues
Recruit Technologies
Suivre
2016/06/23 dots.主催イベント「社会人×学生」技術バトルNight!での、市原の講演資料になります
Lire moins
Lire la suite
1 sur 39
Télécharger maintenant
Télécharger pour lire hors ligne
Contenu connexe
Node.jsエンジニアErlangに入門するの巻
2.
• • • • • •
3.
• • • • • •
4.
• • • • • •
6.
• • •
7.
http.get('http://www.google.com/index.html', (res) =>
{ console.log(`Got response: ${res.statusCode}`); // consume response body res.resume(); }).on('error', (e) => { console.log(`Got error: ${e.message}`); }); app.use(function(err, req, res, next) { console.error(err.stack); res.status(500).send('Something broke!'); }); function myFunc() { throw new Error(“Error”); } try { myFunc(); } catch(err) { // handle err }
8.
•
9.
•
10.
• • •
11.
•
15.
• • • • • •
18.
• •
19.
• •
21.
23.
•
24.
• •
25.
• • •
26.
• • •
27.
• • •
28.
• • •
29.
• • •
30.
• • •
31.
• • • •
32.
• •
33.
34.
• • • • • •
35.
• • •
36.
• •
Télécharger