All Projects β†’ jmdisuanco β†’ pinipig

jmdisuanco / pinipig

Licence: MIT License
πŸš€ Performant webservice framework

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects

Projects that are alternatives of or similar to pinipig

Borm
【πŸ”₯今ζ—₯ηƒ­ι—¨γ€‘πŸŽοΈ ζ›΄ε₯½ηš„ORMεΊ“ (Better ORM library that is simple, fast and self-mockable for Go)
Stars: ✭ 102 (+308%)
Mutual labels:  fast, crud, orm
Simple Crud
PHP library to provide magic CRUD in MySQL/Sqlite databases with zero configuration
Stars: ✭ 190 (+660%)
Mutual labels:  crud, orm
Data
Fast DB-independent DAL for .NET Core: abstract queries, SQL commands builder, schema-less data access, POCO mapping (micro-ORM).
Stars: ✭ 150 (+500%)
Mutual labels:  crud, orm
Diamond
Diamond is a full-stack web-framework written in The D Programming Language using vibe.d
Stars: ✭ 173 (+592%)
Mutual labels:  webservice, orm
Redux Orm
A small, simple and immutable ORM to manage relational data in your Redux store.
Stars: ✭ 2,922 (+11588%)
Mutual labels:  crud, orm
Sqlite orm
❀️ SQLite ORM light header only library for modern C++
Stars: ✭ 1,121 (+4384%)
Mutual labels:  crud, orm
Hunt Framework
A Web framework for D Programming Language. Full-stack high-performance.
Stars: ✭ 256 (+924%)
Mutual labels:  webservice, orm
Gosql
πŸ₯The very simple ORM library for Golang
Stars: ✭ 233 (+832%)
Mutual labels:  crud, orm
avo
Ruby on Rails application building framework
Stars: ✭ 907 (+3528%)
Mutual labels:  fast, crud
grapevine
Fast, unopinionated, embeddable, minimalist web framework for .NET
Stars: ✭ 72 (+188%)
Mutual labels:  restapi, restful-webservices
model-orm-php
PHP ORM Model class which provides table column/property mapping, CRUD, and dynamic finders/counters on a database table using PDO
Stars: ✭ 18 (-28%)
Mutual labels:  crud, orm
mif
MIF is a C++11 web-application framework designed for the backend micro-service development
Stars: ✭ 42 (+68%)
Mutual labels:  webservice, microservice-framework
eloquent-mongodb-repository
Eloquent MongoDB Repository Implementation
Stars: ✭ 18 (-28%)
Mutual labels:  crud, orm
Evolutility Server Node
Model-driven REST or GraphQL backend for CRUD and more, written in Javascript, using Node.js, Express, and PostgreSQL.
Stars: ✭ 84 (+236%)
Mutual labels:  crud, orm
rest-query-parser
Query Parser for REST
Stars: ✭ 29 (+16%)
Mutual labels:  orm, restapi
Light 4j
A fast, lightweight and more productive microservices framework
Stars: ✭ 3,303 (+13112%)
Mutual labels:  fast, microservice-framework
api
Free Rest Webservices
Stars: ✭ 20 (-20%)
Mutual labels:  webservice, restapi
REST-Api-with-Slim-PHP
REST API with PHP Slim Framework 3 and MySQL
Stars: ✭ 69 (+176%)
Mutual labels:  restapi, restful-webservices
crook
Simple hook management tool made with PHP
Stars: ✭ 60 (+140%)
Mutual labels:  hooks
micro-observables
A simple Observable library that can be used for easy state management in React applications.
Stars: ✭ 78 (+212%)
Mutual labels:  hooks

Pinipig

Pinipig

A performant web framework that's easy for developers!

Happy Developers... Happy servers...

Benchmark

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

}

Documentation

can be found here

What's new

1.5.0

  • using uWS ~17
  • Private/Protected CRUD implemented
  • token Utilities -- init_getJWT, verify, decode

1.4.11

  • added staticFileServer (supports nested directory)

1.4.8

  • exposed memoize function from core to pinipig.utils
  • uWebSockets.js#v16.2.0 (fixed pubsub issue)

1.4.4

  • getMime utility

1.4.0

  • Pub/Sub
  • Websocket Update
  • getRemoteAddress

What's in version 1.3.0

  • 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

ORM

Supported DB

  • MongoDB
  • TingoDB
  • reThinkDB
  • mySQL
  • Redis
  • Postgres
  • SQLite3
  • Arango (untested)
  • Cassandra (untested)
  • Couchbase (untested)
  • Firebird (untested)
  • Mongoose (untested)
  • Neo4j (untested)
  • Riak (untested)
  _____    _           _           _
 |  __ \  (_)         (_)         (_)
 | |__) |  _   _ __    _   _ __    _    __ _
 |  ___/  | | | '_ \  | | | '_ \  | |  / _` |
 | |      | | | | | | | | | |_) | | | | (_| |
 |_|      |_| |_| |_| |_| | .__/  |_|  \__, |
                          | |           __/ |
                          |_|          |___/

License

MIT Β© JOHN MARTIN DISUANCO

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].