reference_commercial_comparative - NibiruOS/mobile GitHub Wiki
Comparative with other platforms
| PhoneGap | Appcelerator | Xamarin | Nibiru Mobile | |
|---|---|---|---|---|
| Native app | No | Yes | Yes | Yes |
| Web app | Yes | No | No | Yes |
| Typed, OO language | No | No | Yes | Yes |
| Runs as native code | No | Yes | Yes (debug requires Mono) | Yes |
| Common components | Yes | Yes | Yes | Yes |
| IDE | No | Yes | Yes | No |
| Pattern-oriented | No | No | No | Yes |
| Extensible through IoC | No | No | Limited to custom renderers | Yes (all the components) |
| UI layer | N/A | ? | Yes | Using Nibiru UI |
| Packaging service | Yes | No | No | No |
| Testing cloud | No | No | Yes | No |
| Big codebase/community | Yes | ? | Yes | No |
| License | Apache 2.0 | Proprietary | Free with VS Community | Apache 2.0 |