Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)