Personal project with Nuxt.js and Express.js

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

Our great sponsors
  • Appwrite - The Open Source Firebase alternative introduces iOS support
  • Sonar - Write Clean JavaScript Code. Always.
  • InfluxDB - Access the most powerful time series database as a service
  • Nuxt.js

    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/

  • Appwrite

    Appwrite - The Open Source Firebase alternative introduces iOS support . Appwrite is an open source backend server that helps you build native iOS applications much faster with realtime APIs for authentication, databases, files storage, cloud functions and much more!

  • 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).

  • Sonar

    Write Clean JavaScript Code. Always.. Sonar helps you commit clean code every time. With over 300 unique rules to find JavaScript bugs, code smells & vulnerabilities, Sonar finds the issues while you focus on the work.

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