sateffen / nodgine

The nodgine is a small framework for creating fast webservices. The main focuses are speed and easiness.
MIT License
0 stars 0 forks source link

Load services before routes and processors from json #35

Closed sateffen closed 9 years ago

sateffen commented 10 years ago

Currently the services are registered after the routes and processors, when configuring the project by json. This should be the other way around to prevent errors, when a routecontroller wants to query for an service.

sateffen commented 10 years ago

In develop it's done, but it'll go in the 0.4.0 release, and that release needs some time, because I completly restructure the project