Code Monkey home page Code Monkey logo

fullstackapps's Introduction

fullstack apps @ NIRV

  • standard application development @ nirv.ai
  • wouldnt trust anything in this repo while this line exists

TLDR

  • NIRV uses nimlang and JS... for all application development

why nim and js

Any fool can write code that a computer can understand. Good programmers write code that humans can understand. Martin

  • nimlang and JS are the most usable and flexible languages on the planet
  • anything you can build, can be built and maintained competitively and economically
  • if you are:
    • searching for ultimate performance: start here
    • reasonable person building profitable and competitive applications: continue reading

When opinions clash

the hardest part in making a choice, is figuring out who to blame when things go wrong. Master Yuan-Ma, The Book of Programming

  • NIRV prefers openminded frameworks and libraries vs the opinionated toolset or kitchen sink
  • adhering to the unix philisophy
    • Make it easy to write, test, and run programs.
    • Write programs that do one thing and do it well.
    • Write programs to work together.
    • Self-supporting system: all software is built with nimlang and js

apis / servers

  • IMO anything not FE specific should be in nimlang
    • however, JS only devs should use elysia
  • nimlang

bff: backends for frontends

  • any service/application specifically supporting an FE app should be in JS for interoperability (from a developer perspective)
    • however this may change as adoption of and migration to nimlang continues
  • elysia
  • bun
    • deno / nodejs could be used as well
    • IMO bun should be preferred as it supports executing nimlang files via bun:ffi

fe: frontends

  • depending on the developer skillset, scope and complexity of the FE application
  • nim developers
  • js developers

fullstackapps's People

Contributors

noahehall avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.