Skip to content

geffzhang/core

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Core

As in 1990's, dBase had let many people become highly productive programmers, by its simple working environment and powerful data operability.

We're aiming similar goals to create a framework for building microservices, that is

  • reliable -- based on .NET Core and PostgresSQL
  • lightweight while battery-included -- live well without thridparties such as Radis or Kafka
  • high-performance -- esp on multi-core boxes
  • extremely optimized caching -- both client and server caches lead to many many times less network traffic and database access
  • data handling and operation are unified and way direct -- no extra layers
  • much less coding -- a couple of guys may cope with large projects
  • versatile -- good for from small management systems to large-scale e-commerce platforms.

Dependencies

The framework specifically uses the following open-source libraries. Many thanks to the great teams respectively!

kestrel npgsql
kestrel npgsql
ASP.NET Core's built-in web server .NET Access to PostgreSQL

About

A neat framework that may dramatically simplify your development of microservices.

Resources

License

Stars

Watchers

Forks

Packages

No packages published