All Projects → Nano-Core → Nano.Library

Nano-Core / Nano.Library

Licence: MIT license
Take full advantage of Nano Library, and rapidly implement enriched .Net 6.0 micro-services.

Programming Languages

C#
18002 projects

Projects that are alternatives of or similar to Nano.Library

suchtube
🔍 📼 YouTube search as a service, with Slack integration and CLI
Stars: ✭ 25 (-35.9%)
Mutual labels:  service
nano-rs
An implementation of Nano in Rust using Tokio
Stars: ✭ 29 (-25.64%)
Mutual labels:  nano
nanook
Ruby library for making and receiving payments and managing a nano currency node
Stars: ✭ 17 (-56.41%)
Mutual labels:  nano
porter
Export legacy forums into a format Vanilla Forums can import.
Stars: ✭ 39 (+0%)
Mutual labels:  services
nano-vanity
A NANO vanity address generator (supports OpenCL)
Stars: ✭ 83 (+112.82%)
Mutual labels:  nano
CoSky
High-performance, low-cost microservice governance platform. Service Discovery and Configuration Service | 高性能、低成本微服务治理平台
Stars: ✭ 57 (+46.15%)
Mutual labels:  service
ex aws s3
No description or website provided.
Stars: ✭ 121 (+210.26%)
Mutual labels:  service
wulaphp
一个有点复杂的PHP框架!
Stars: ✭ 26 (-33.33%)
Mutual labels:  service
LockerScreen
Android lock screen,slide to unlock ! 安卓锁屏,上滑解锁,效果酷炫,值得拥有!
Stars: ✭ 81 (+107.69%)
Mutual labels:  service
docker-compose-collection
These docker-compose allow you to deploy multiple services easily and quickly. You can use them with Portainer directly or via docker-compose commands.
Stars: ✭ 37 (-5.13%)
Mutual labels:  services
dynamic-engine
Monitor events in the background on Android.
Stars: ✭ 24 (-38.46%)
Mutual labels:  service
xtuff
A CLI to generate stuff easy! (components, services, etc...)
Stars: ✭ 28 (-28.21%)
Mutual labels:  service
MusicPlayer
Android music player example.
Stars: ✭ 20 (-48.72%)
Mutual labels:  service
cim-spec
This repository hosts the specification for the Cartographic Information Model
Stars: ✭ 45 (+15.38%)
Mutual labels:  services
UnSupportedServices.bundle
UnSupported Services.bundle for Plex Media Server (https://plex.tv)
Stars: ✭ 18 (-53.85%)
Mutual labels:  service
json-resume-service
JSON resumes as a Service - generate Resumes from the resume.json schema
Stars: ✭ 41 (+5.13%)
Mutual labels:  service
cashuwallet
Cashu is a cryptocurrency wallet for smartphones. Be your own bank. Accept payments or spend crypto directly from your phone.
Stars: ✭ 35 (-10.26%)
Mutual labels:  nano
HiveMind
HiveMind is a project management and ERP application for services organizations. It features project/task management, request tracking, time tracking, expenses, invoices/payments, general ledger, and content management (wiki). HiveMind is based on Moqui Framework, Mantle Business Artifacts, and Simple Screens.
Stars: ✭ 40 (+2.56%)
Mutual labels:  service
ApiCenter
A repository for all your API specifications
Stars: ✭ 26 (-33.33%)
Mutual labels:  service
overview-broker
A service broker that provides an overview of its service instances and bindings. Conforms to the Open Service Broker API standard.
Stars: ✭ 18 (-53.85%)
Mutual labels:  services

Nano Library

Build status NuGet NuGet

Nano is a library for rapidly building Net 6.0 applications.

The project is inspired by years of tedious repetitions, continuously re-writing similar code-snippets and libraries, to handle common functionality, not related to the business domain, such as logging, data persistence, message queuing, documentation, validation and similar.

Aspects and Benefits

The aspects and benefits of Nano, can be summarized as follows.

  • Provides configurable implementations for non-business related aspects of an application,
  • Combining the best practices, patterns, extensions and conventions of modern development.
  • Inject providers and register custom dependencies.
  • Override, extend or disable any part of Nano, not suitable for the application.
  • Derive concrete implementations, enriched with functionality, from base abstractions and interfaces, for all parts of the application.
  • Avoid wasting valuable development resources, on matters not related to the business.
  • Remain focused on modelling data and operations of the business domain.

Wiki

Check out the Nano Wiki, and follow our Quick Guide, and have your first Nano application running within the hour.

Also check out our Nano Templates.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].