转载

LinkedIn开源的一个REST+JSON框架

LinkedIn开源的一个REST+JSON框架

Rest.li is an open source REST framework for building robust, scalable RESTful architectures using type-safe bindings and asynchronous, non-blocking IO. Rest.li fills a niche for applying RESTful principals at scale with an end-to-end developer workflow for buildings REST APIs that promotes clean REST practices, uniform interface design and consistent data modeling.

Source |Documentation | Discussion Group

Features

  • End-to-end framework for building RESTful APIs
  • Approachable APIs for writing non-blocking client and server code usingParSeq
  • Type-safe development using generated data and client bindings
  • JAX-RS inspired annotation driven server side resource development
  • Engineered and battle tested for high scalability and high availability
  • OptionalDynamic Discovery subsystem adds client side load balancing and fault tolerance
  • Backward compatibility checking to ensure all API changes are safe
  • Support for batch operations, partial updates and projections
  • Web UI for browsing and searching a catalog of rest.li APIs.

Website

http://rest.li

Documentation

See ourwiki for full documentation and examples.

Community

  • Discussion Group: Linkedin Rest.li Group
  • Follow us on twitter: @rest_li
  • Issue Tracking: github issue tracking

Quickstart Guides and Examples

  • Quickstart - a step-by-step tutorial on the basics
  • Guided walkthrough of an example application
原文  https://github.com/linkedin/rest.li?_biz=MjM5OTA1MDUyMA==&mid=407358558&idx=2&sn=b21877f23bf4063fa311185009c1f0b7&scene=0#wechat_redirect1462100797731
正文到此结束
Loading...