DmPrkp's Stars
asyncapi/spec
The AsyncAPI specification allows you to create machine-readable definitions of your asynchronous APIs.
IceWhaleTech/CasaOS
CasaOS - A simple, easy-to-use, elegant open-source Personal Cloud system.
nodejs/node
Node.js JavaScript runtime ✨🐢🚀✨
platformatic/platformatic
Platformatic Open Source monorepo!
vuejs/core
🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.
lusaxweb/vuesax
New Framework Components for Vue.js 2
APIDevTools/swagger-parser
Swagger 2.0 and OpenAPI 3.0 parser/validator
ajv-validator/ajv
The fastest JSON schema Validator. Supports JSON Schema draft-04/06/07/2019-09/2020-12 and JSON Type Definition (RFC8927)
validatorjs/validator.js
String validation
kentcdodds/cross-env
🔀 Cross platform setting of environment scripts
robsontenorio/vue-api-query
💎 Elegant and simple way to build requests for REST API
vladimir-alekseenko/transactions
lusaxweb/vuesax-next
Vuesax v4: framework components for Vuejs
mqttjs/async-mqtt
Promise wrapper over MQTT.js
websockets/wscat
WebSocket cat
yagop/node-telegram-bot-api
Telegram Bot API for NodeJS
yonathan06/fastify-now
File based routing for fastify https://github.com/fastify/fastify
inthepocket/fastify-typeorm-plugin
Fastify plugin for TypeORM
wclr/yalc
Work with yarn/npm packages locally like a boss.
davidjamesherzog/nuxtjs-nestjs-integration
Nuxt.js and Nest.js integration in one project
PacktPublishing/Node.js-Design-Patterns-Third-Edition
Node.js Design Patterns Third Edition, published by Packt
HowProgrammingWorks/AsynchronousProgramming
Asynchronous Programming
HowProgrammingWorks/Promise
Asynchronous Programming with Promises
HowProgrammingWorks/AsyncAwait
Async/Await
HowProgrammingWorks/Proxy
Proxy
HowProgrammingWorks/Wrapper
Wrapper functions, Interface wrappers, etc.
HowProgrammingWorks/PromiseExperiments
Experimental code examples with promises
HowProgrammingWorks/WebsocketChat
Simple browser chat with websocket and node.js
HowProgrammingWorks/Callbacks
Callbacks, Listeners and Events
HowProgrammingWorks/Generator
Generators, coroutines and some monads examples