Personal project with Nuxt.js and Express.js

This page summarizes the projects mentioned and recommended in the original post on /r/webdev

Our great sponsors
  • SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • Nuxt.js

    Discontinued Nuxt is an intuitive and extendable way to create type-safe, performant and production-grade full-stack web apps and websites with Vue 3. [Moved to: https://github.com/nuxt/nuxt]

  • Nuxt.js https://nuxtjs.org/

  • Express

    Fast, unopinionated, minimalist web framework for node.

  • API Rest with Express JS https://expressjs.com/

  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

    SurveyJS logo
  • Passport

    Simple, unobtrusive authentication for Node.js.

  • Passport.js is pretty-well the standard authentication system. Use the bcryptjs package to encrypt the password before storing, I found the standard bcrypt's native dependencies were an added pain in the deployment toolchain.

  • Ansible

    Ansible is a radically simple IT automation platform that makes your applications and systems easier to deploy and maintain. Automate everything from code deployment to network configuration to cloud management, in a language that approaches plain English, using SSH, with no agents to install on remote systems. https://docs.ansible.com.

  • I deploy using ansible and later down the line when I need to, I'll drive those ansible scripts using a CI/CD system like TravisCI/Jenkins/etc.

  • Socket.io

    Realtime application framework (Node.JS server)

  • I'm currently working on a project where for the first time I thought I'd use a NoSQL database in anger, and I chose MongoDB. The project seemed like a perfect fit - it's large complicated, flexible 'document' data, each 'document' would only be used be one small set of users, and it's being distributed in real-time between that small group of users with sockets (socket.io is amazing).

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts