Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/abtris/nodeschool-hk-2015-05-23
Comparison nodejs frameworks using Polls API
https://github.com/abtris/nodeschool-hk-2015-05-23
Last synced: about 1 month ago
JSON representation
Comparison nodejs frameworks using Polls API
- Host: GitHub
- URL: https://github.com/abtris/nodeschool-hk-2015-05-23
- Owner: abtris
- Created: 2015-05-19T09:42:45.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2023-04-03T15:46:33.000Z (over 1 year ago)
- Last Synced: 2024-04-15T03:04:08.171Z (7 months ago)
- Language: JavaScript
- Homepage: http://docs.nodeschoolhk.apiary.io/
- Size: 25.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# NodeSchool 23.5.2015
[![Apiary Documentation](https://img.shields.io/badge/Apiary-Documented-blue.svg)](http://docs.nodeschoolhk.apiary.io/)
[![Build Status](https://travis-ci.org/abtris/nodeschool-hk-2015-05-23.svg?branch=master)](https://travis-ci.org/abtris/nodeschool-hk-2015-05-23)## Comparison nodejs frameworks
This repository contains basic skeleton 3 NodeJS implementations of [Polls API](http://docs.nodeschoolhk.apiary.io/).
Full implementation in Python you can find in repository [polls-api](https://github.com/apiaryio/polls-api/)
All implementations are tested by [Dredd](https://github.com/apiaryio/dredd).
| | ExpressJS | Koa | Hapi |
|---|---|---|---|
| Github Stars | 18861 | 6174 | 4228 |
| Contributors | 178 | 59 | 116 |
| Download (last week npmjs.org) | 525941 | 8769 | 11966 |
| StackOverflow Questions | 14853 | 138 | 66 |
| npm -ls \| wc -l | 48 | 36 (52) | 48 |
| File size | 3896 | 2000 | 50392 |All data is from 17.5.2015
## Links
### ExpressJS
- [http://expressjs.com/](http://expressjs.com/)
- [https://github.com/strongloop/express](https://github.com/strongloop/express)### Koa
- [http://koajs.com/](http://koajs.com/)
- [https://github.com/koajs/koa](https://github.com/koajs/koa)### Hapi
- [http://hapijs.com/](http://hapijs.com/)
- [https://github.com/hapijs/hapi](https://github.com/hapijs/hapi)