Coder Social home page Coder Social logo

nucleoid's Introduction

Nucleoid NPM GitHub Workflow Status npm Discord

Banner

What is Nucleoid?

Nucleoid is a low-code framework for Node.js. As writing just like any other codes in Node.js, it rerenders the very same JavaScript codes and makes the necessary adjustments in the state as well as stores on the disk, so that your application doesn't require external database or anything else.

..but why?

Even simple applications today require lots of coding, libraries, tuning etc., and majority of them are technical requirements rather than business logic. Declarative runtimes like Nucleoid lets you immediately start writing business logic with less code lines.

Hello World

const nucleoid = require("nucleoidjs");
const app = nucleoid();

class User {constructor(name){this.name = name}}
nucleoid.register(User);

// ๐Ÿ‘‡ This is it!
app.post("/users", () => new User("Daphne"));

app.listen(3000);

It is pretty much it, you successfully persisted your first object with this ๐Ÿ‘†

Just the reminder, you don't need external database, const app = nucleoid() will do the magic. ๐Ÿ˜Ž

Learn more at nucleoid.com

Nucleoid in a nutshell

Look! Up in the sky!

Status

Track at Trello

  • Beta is out
  • ES6 support
  • ES2018 support
  • IDE (WiP)
  • Production-ready

Please report an issue or ask a question at Discussions

nucleoid's People

Contributors

canmingir avatar 322332 avatar dependabot[bot] 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.