An open API service indexing awesome lists of open source software.

awesome-nodejs

A curated list of awesome Node.js packages and resources to enhance your development experience.
https://github.com/awesomelistsio/awesome-nodejs

Last synced: 3 days ago
JSON representation

  • General Resources

  • Frameworks

    • NestJS - A progressive framework for building scalable server-side applications.
    • Koa - A web framework designed for flexibility and modularity.
    • Hapi - A framework for building powerful and secure applications.
    • Fastify - A fast and low-overhead web framework.
  • Web Development

    • Socket.IO - A library for real-time web applications.
    • Next.js - A React framework with full Node.js support for server-side rendering.
    • EJS - A simple templating engine for embedding JavaScript in HTML.
    • Pug - A template engine with a clean syntax.
  • API Development

    • Express - Often used for building RESTful APIs.
    • GraphQL - A query language and runtime for APIs, with libraries like [Apollo Server](https://www.apollographql.com/docs/apollo-server/) for Node.js.