Skip to content
#

nest

nestjs logo

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 753 public repositories matching this topic...

Home-AssistantConfig

🏠 Home Assistant configuration & Documentation for my Smart House. Write-ups, videos, part lists, and links throughout. Be sure to it. Updated FREQUENTLY!

  • Updated Aug 20, 2021
  • JavaScript
greztaylor
greztaylor commented May 22, 2019

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

nest-simulator
heplesser
heplesser commented Jul 1, 2021

In a few dozen locations, data type float is used in C++ code in NEST, including NEST kernel. All these cases are likely glitches induced by too much Python programming and should be corrected to double. Also, any casts should be written out as explicit static casts, i.e., static_cast< double >( x ) instead of (double) x according to Bjarne Stroustrup.

Created by NestJS

Released May 14, 2017

Latest release about 2 months ago

Repository
nestjs/nest
Website
nestjs.com