ngATL Conference Atlanta, GA

NestJS on 2018 ngATL Conference Atlanta, GA

NestJS 2018 ngATL

LEARN MORE

Express Instance

Sometimes you might wanna have a full control of the express instance lifecycle. It's pretty easy since NestFactory.create() method takes the express instance as a second argument.

TypeScript

const server = express();
const app = await NestFactory.create(ApplicationModule, server);

Sponsors

Nest is an MIT-licensed open source project. It can grow thanks to the support by these awesome people. If you'd like to join them, please read more here. Thanks!

Become a sponsor