0.9.1 • Published 2 years ago

fireio v0.9.1

Weekly downloads
228
License
MIT
Repository
gitlab
Last release
2 years ago

FireIO

FireIO is a framework to build micro-services, command line tasks or web applications.

Modules

APP (Application Bootstrap)

The App module creates a new app instance. An app instance is the backbone of each FireIO app. You can have multiple apps in one project.

static .app(str name)

const app = FireIO.app('myapp')

API (REST API)

CMD (Commandline tasks)

Config (Configuration handling)

Server (Web Server)

Page (Page creation)

Socket (Socket Server)

Model (Data modeling)

List (List of Models)

Service (Data persistance)

Request (API Requests)

The Request module handles API requests to external resources. It uses the request module to deal with http.

RPC (Remote prcedure calls)

Logger (Application logging)

0.8.1

2 years ago

0.9.1

2 years ago

0.9.0

2 years ago

0.8.0

2 years ago

0.7.5

3 years ago

0.7.4

3 years ago

0.7.3

3 years ago

0.7.2

3 years ago

0.7.1

3 years ago

0.7.0

3 years ago

0.6.4

3 years ago

0.6.3

3 years ago

0.6.333

3 years ago

0.6.2

4 years ago

0.6.1

4 years ago

0.5.2

4 years ago

0.5.1

4 years ago

0.5.0

4 years ago

0.4.2

5 years ago

0.4.1

5 years ago

0.3.1

5 years ago

0.3.0

5 years ago

0.2.1

5 years ago

0.1.3

6 years ago

0.1.0

6 years ago