https://github.com/thibaudcolas/panoramanode
Time to learn Node the Node way! — Interactive exercices built with workshopper, in french.
https://github.com/thibaudcolas/panoramanode
francais javascript node workshopper
Last synced: 2 months ago
JSON representation
Time to learn Node the Node way! — Interactive exercices built with workshopper, in french.
- Host: GitHub
- URL: https://github.com/thibaudcolas/panoramanode
- Owner: thibaudcolas
- Created: 2014-05-21T23:29:06.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2016-09-12T10:53:34.000Z (about 9 years ago)
- Last Synced: 2025-03-29T11:45:56.681Z (6 months ago)
- Topics: francais, javascript, node, workshopper
- Language: JavaScript
- Homepage:
- Size: 384 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[Panorama Node](https://github.com/thibaudcolas/panoramanode)
=====> Découvrons Node ! — Une série d'exercices interactifs en français pour apprendre les bases de Node.
Les exercices sont des traductions quasi-directes d'exercices de [NodeSchool](http://nodeschool.io/) / workshopper :
- [learnyounode](https://github.com/rvagg/learnyounode)
- [stream-adventure](https://github.com/substack/stream-adventure)
- [functional-javascript](http://nodeschool.io)
- [count-to-6](https://github.com/domenic/count-to-6)# Comment démarrer
Pré-requis : [Node.js](http://nodejs.org/) en version 0.10 au minimum.
```
npm install -g panoramanode
```Voilà ! Direction le terminal, `panoramanode` !
## Liste des exercices
- Les bases
+ HELLO WORLD
+ BABY STEPS
- Opérations I/O
+ MY FIRST I/O!
+ MY FIRST ASYNC I/O!
- Streams
+ MEET PIPE
+ CRYPT
- HTTP
+ HTTP CLIENT
+ HTTP FILE SERVER
- Programmation fonctionnelle
+ HIGHER ORDER FUNCTIONS
+ BASIC FILTER
- ES6
+ TEMPLATE STRINGS
+ SPREAD## TODO
- Documentation de JavaScript / ES6
- Traduction
- Vérification
- Ajout de solutions avec / sans ES6
- Mail d'orga