A performant web framework that's easy for developers!
Happy Developers... Happy servers...
Environment
Model | Cores | Ram |
---|---|---|
Intel(R) Core(TM) i7-2720QM CPU @ 2.20GHz | 8 | 4gb |
Results
Framework | Req/Sec |
---|---|
pinipig | 41,315.2 |
bare | 25,473.6 |
fastify | 22,743.2 |
express | 10,233.21 |
hapi | 10,389.21 |
Benchmarker tool used can be found here node-framework-benchmarker
Detailed Benchmark report here
results obtained using below configuration
{
"port": 5000,
"url": "http://localhost",
"connections": 100,
"pipelining": 10,
"duration": 5
}
can be found here
- using uWS ~17
- Private/Protected CRUD implemented
- token Utilities --
init_getJWT
,verify
,decode
- added staticFileServer (supports nested directory)
- exposed memoize function from core to pinipig.utils
- uWebSockets.js#v16.2.0 (fixed pubsub issue)
- getMime utility
- Pub/Sub
- Websocket Update
- getRemoteAddress
- Routes
- Async Hooks
- before
- after
- Inbuilt File upload
- CORS
- preflight handling
- Async Functional Flow
- WebSockets
- ORM
- CRUD
- Authentication Module
- a lot faster than previous version
- MongoDB
- TingoDB
- reThinkDB
- mySQL
- Redis
- Postgres
- SQLite3
- Arango (untested)
- Cassandra (untested)
- Couchbase (untested)
- Firebird (untested)
- Mongoose (untested)
- Neo4j (untested)
- Riak (untested)
_____ _ _ _
| __ \ (_) (_) (_)
| |__) | _ _ __ _ _ __ _ __ _
| ___/ | | | '_ \ | | | '_ \ | | / _` |
| | | | | | | | | | | |_) | | | | (_| |
|_| |_| |_| |_| |_| | .__/ |_| \__, |
| | __/ |
|_| |___/
MIT ยฉ JOHN MARTIN DISUANCO