Skip to content

goldolphin/maria

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 

Repository files navigation

A simple HTTP protocol stack based on netty.

  • Very light-weighted. There're no XMLs, Annotations, nor heavy dependency on reflection.
  • Asynchronous server/client-side interfaces in Java 8 style.
  • Shipped with a convenient and user-friendly RPC framework Protoson with features:
    • Automatically generate HTTP/CLI client implementation by java interface definition.
    • Automatically generate HTTP Controller by java interface definition and its implementation class.
    • Data are transferred in JSON-based format, which is AJAX-friendly.
    • Request/Response protocols are defined in Protobuf format.
    • Protoson connects RPC, AJAX and CLI together.
  • High performance inherited from Netty 4.

Straightforward sample code

About

A simple HTTP protocol stack based on netty.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages