0.6.13 • Published 4 months ago

nucleoidjs v0.6.13

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
4 months ago

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 :point_up_2:

Just the reminder, you don't need external database, const app = nucleoid() will do the magic. :sunglasses:

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

0.7.0-0

4 months ago

0.6.14-3

11 months ago

0.6.14-1

11 months ago

0.6.14-0

11 months ago

0.6.14-5

11 months ago

0.6.14-4

11 months ago

0.6.10

1 year ago

0.6.12

1 year ago

0.6.11

1 year ago

0.6.13

1 year ago

0.6.7

1 year ago

0.6.6

1 year ago

0.6.8

1 year ago

0.6.5

1 year ago

0.6.4

1 year ago

0.5.17

1 year ago

0.5.17-0

2 years ago

0.6.3

1 year ago

0.6.2

1 year ago

0.6.1

1 year ago

0.6.0

1 year ago

0.5.16-0

2 years ago

0.5.16

2 years ago

0.5.16-1

2 years ago

0.5.16-2

2 years ago

0.5.16-3

2 years ago

0.5.16-4

2 years ago

0.5.11

2 years ago

0.5.11-0

2 years ago

0.5.12-0

2 years ago

0.5.12-1

2 years ago

0.5.11-2

2 years ago

0.5.15-0

2 years ago

0.5.14

2 years ago

0.5.15

2 years ago

0.5.12

2 years ago

0.5.13

2 years ago

0.5.10

2 years ago

0.5.8

2 years ago

0.5.7

2 years ago

0.5.9

2 years ago

0.5.4

2 years ago

0.5.3

2 years ago

0.5.6

2 years ago

0.5.5

2 years ago

0.5.0

2 years ago

0.5.2

2 years ago

0.5.1

2 years ago

0.3.0

2 years ago

0.4.5

2 years ago

0.4.4

2 years ago

0.4.7

2 years ago

0.4.6

2 years ago

0.4.1

2 years ago

0.3.2

2 years ago

0.4.0

2 years ago

0.3.1

2 years ago

0.2.2

2 years ago

0.4.3

2 years ago

0.4.2

2 years ago

0.2.1

2 years ago

1.13.0

2 years ago

1.5.0

2 years ago

0.0.0

2 years ago

0.2.0

2 years ago