https://github.com/txchen/babel-nodeserver
Write nodejs server side app with future js
https://github.com/txchen/babel-nodeserver
Last synced: 10 months ago
JSON representation
Write nodejs server side app with future js
- Host: GitHub
- URL: https://github.com/txchen/babel-nodeserver
- Owner: txchen
- License: mit
- Created: 2015-05-05T02:47:18.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2016-03-16T00:42:07.000Z (over 10 years ago)
- Last Synced: 2025-06-26T16:09:22.235Z (about 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Use babel to write nodejs app
* src - koa + ES6 + async/await (requires --harmony)
* src2 - hapi + async/await
* src3 - express + async/await