All Projects → adamhalasz → Diet

adamhalasz / Diet

A tiny, fast and modular node.js web framework. Good for making fast & scalable apps and apis.

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Diet

Pure Http
✨ The simple web framework for Node.js with zero dependencies.
Stars: ✭ 139 (-64.72%)
Mutual labels:  api, middleware, router, http-server
Go Tgbot
Golang telegram bot API wrapper, session-based router and middleware
Stars: ✭ 90 (-77.16%)
Mutual labels:  api, middleware, router
Generator Http Fake Backend
Yeoman generator for building a fake backend by providing the content of JSON files or JavaScript objects through configurable routes.
Stars: ✭ 49 (-87.56%)
Mutual labels:  api, rest, http-server
Foxify
The fast, easy to use & typescript ready web framework for Node.js
Stars: ✭ 138 (-64.97%)
Mutual labels:  api, middleware, router
Apicache
Simple API-caching middleware for Express/Node.
Stars: ✭ 957 (+142.89%)
Mutual labels:  api, rest, middleware
Altair
Lightweight and Robust API Gateway written in Go
Stars: ✭ 34 (-91.37%)
Mutual labels:  api, middleware, router
Cppwebframework
​The C++ Web Framework (CWF) is a MVC web framework, Open Source, under MIT License, using C++ with Qt to be used in the development of web applications.
Stars: ✭ 348 (-11.68%)
Mutual labels:  rest, mvc, http-server
Iris
The fastest HTTP/2 Go Web Framework. AWS Lambda, gRPC, MVC, Unique Router, Websockets, Sessions, Test suite, Dependency Injection and more. A true successor of expressjs and laravel | 谢谢 https://github.com/kataras/iris/issues/1329 |
Stars: ✭ 21,587 (+5378.93%)
Mutual labels:  middleware, router, mvc
Proteus
Lean, mean, and incredibly fast JVM framework for web and microservice development.
Stars: ✭ 178 (-54.82%)
Mutual labels:  api, rest, mvc
Vuex Rest Api
A utility to simplify the use of REST APIs with Vuex
Stars: ✭ 365 (-7.36%)
Mutual labels:  api, rest, middleware
Clevergo
👅 CleverGo is a lightweight, feature rich and high performance HTTP router for Go.
Stars: ✭ 246 (-37.56%)
Mutual labels:  api, middleware, router
Gearbox
Gearbox ⚙️ is a web framework written in Go with a focus on high performance
Stars: ✭ 455 (+15.48%)
Mutual labels:  api, rest, router
Min
A minimalistic web framework with route grouping and middleware chaining
Stars: ✭ 95 (-75.89%)
Mutual labels:  rest, middleware, router
Copper
Copper is a set of Go packages that help you build backend APIs quickly and with less boilerplate.
Stars: ✭ 35 (-91.12%)
Mutual labels:  api, middleware, router
Rayo.js
Micro framework for Node.js
Stars: ✭ 170 (-56.85%)
Mutual labels:  middleware, router, http-server
Chi
lightweight, idiomatic and composable router for building Go HTTP services
Stars: ✭ 10,581 (+2585.53%)
Mutual labels:  api, middleware, router
Zen
zen is a elegant and lightweight web framework for Go
Stars: ✭ 257 (-34.77%)
Mutual labels:  middleware, router, mvc
Http Fake Backend
Build a fake backend by providing the content of JSON files or JavaScript objects through configurable routes.
Stars: ✭ 253 (-35.79%)
Mutual labels:  api, rest, http-server
Product Ei
An open source, a high-performance hybrid integration platform that allows developers quick integration with any application, data, or system.
Stars: ✭ 277 (-29.7%)
Mutual labels:  api, rest, middleware
Kanary
A minimalist web framework for building REST APIs in Kotlin/Java.
Stars: ✭ 319 (-19.04%)
Mutual labels:  api, rest

Diet Logo

Build Status NPM Downloads Coveralls

Diet is a tiny, fast and modular node.js web framework. Good for making fast & scalable apps and apis.

var server = require('diet')

var app = server()
app.listen(8000)
app.get('/', function($){
    $.end('hello world')
})

Features

Install

npm install diet

Website & Community

Tutorials

API

Resources

License

(The MIT License)

Copyright (c) 2014 Halász Ádám

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

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].