-
Updated
Mar 16, 2021 - TypeScript
nest
Nest (NestJS) is a framework for building efficient, scalable Node.js server-side applications. It uses progressive JavaScript, is built with and fully supports TypeScript (yet still enables developers to code in pure JavaScript) and combines elements of OOP (Object Oriented Programming), FP (Functional Programming), and FRP (Functional Reactive Programming).
Nest provides an out-of-the-box application architecture which allows developers and teams to create highly testable, scalable, loosely coupled, and easily maintainable applications.
Here are 615 public repositories matching this topic...
-
Updated
Mar 8, 2021 - JavaScript
-
Updated
Mar 16, 2021 - C#
-
Updated
Mar 16, 2021 - C++
-
Updated
Mar 12, 2021 - TypeScript
-
Updated
Mar 16, 2021 - TypeScript
-
Updated
Feb 26, 2021 - TypeScript
-
Updated
Dec 22, 2020 - TypeScript
Bug Report
Current behavior
Adding the following decorator, where status is optional according to the TS typings, produces an open API spec with an undefined response code. This causes issues with the generated docs, as well as code generators that consume open API.
@ApiResponse({
description:
'Updates a Cat',
})
The open API spec generated looks s
-
Updated
Mar 15, 2021 - TypeScript
-
Updated
Mar 16, 2021 - TypeScript
Hi, I'm a relative novice when it comes to this type of thing, however I have setup HomeBridge on my mac and happily access my Nest Cams in the Home app on MacOS and IOS - to do this I installed ffmpeg etc. I am familiar with creating .json files etc and executing commands in the terminal but this is about the extent of my knowledge.
Would anyone be good enough to provide a simple, high-level
-
Updated
Mar 16, 2021 - TypeScript
-
Updated
Mar 16, 2021 - TypeScript
-
Updated
Feb 18, 2021 - TypeScript
This is a follow-up to #1942.
The function for connect_arrays() is defined in nest.cpp. This should be refactored, as nest.cpp should only contain small wrapper functions passing work on to the various managers. connect_arrays in nest.cpp should thus refer to a connect_arrays in connection_manager.
-
Updated
Mar 14, 2021 - TypeScript
-
Updated
Mar 15, 2021 - TypeScript
-
Updated
Feb 10, 2021 - TypeScript
-
Updated
Nov 11, 2020 - TypeScript
-
Updated
Mar 15, 2021 - TypeScript
-
Updated
Mar 10, 2021 - TypeScript
-
Updated
Mar 16, 2021 - TypeScript
Created by NestJS
Released May 14, 2017
Latest release 4 months ago
- Repository
- nestjs/nest
- Website
- nestjs.com


I'm submitting a...