0.3.0 • Published 6 years ago

reiso v0.3.0

Weekly downloads
10
License
GNU
Repository
github
Last release
6 years ago

Reiso (BETA)

Reiso - React Isomorphic Framework. It allows you to make an scalable (horizontaly & verticaly) systems.

Features:

  • Workers via cron
  • Handlers (Jobs' queue) via Bull & Redis
  • Isomorphic React rendering
  • Redux & React Redux
  • ORM via TypeORM
  • Web Server via ExpressJS
  • GraphQL Server via Apollo
  • WebSocket GraphQL via Subscriptions Transport WS & Apollo
  • Upload Server via Apollo
  • Composer allows you to automaticaly collect all modules without manual importing

It will allow you to create a fast mvc project with 5 main pillars:

1) Server 2) Client 3) Handler 4) Worker 5) CMD Tool

The main gist

The structure of your project should be modular (especialy if you are using composer):

  • src
    • Entries
    • Composer (You can compose all your modules into specific files)
      • Modules
      • My module
        • Bundle Type 1
        • Bundle Type 2
        • ...
      • ...

Containing NMP modules

1) Type ORM 2) ExpressJS 3) ...

Hello World:

1) Server ... 2) Client & Server ... 3) Handler ... 4) Worker ... 5) Cmd Tool ...

0.3.0

6 years ago

0.2.14

6 years ago

0.2.13

6 years ago

0.2.12

6 years ago

0.2.11

6 years ago

0.2.10

6 years ago

0.2.9

6 years ago

0.2.8

6 years ago

0.2.7

6 years ago

0.2.6

6 years ago

0.2.4

6 years ago

0.2.3

6 years ago

0.2.2

6 years ago

0.2.1

6 years ago

0.2.0

6 years ago

0.1.12

6 years ago

0.1.11

6 years ago

0.1.10

6 years ago

0.1.9

6 years ago

0.1.8

6 years ago

0.1.7

6 years ago

0.1.6

6 years ago

0.1.5

6 years ago

0.1.4

6 years ago

0.1.3

6 years ago

0.1.2

6 years ago

0.1.1

6 years ago

0.1.0

6 years ago