Coder Social home page Coder Social logo

restserver-with-netty's Introduction

restserver-with-netty

maven+netty+srping实现基于json的rest服务

开发背景

1、项目运行不在依赖于web容器

2、基于netty的nio模式,使用应用更加轻量,且并发支持更加优秀

3、开发更加简单快捷

设计**

1、采用约定大于配置的原则实现

uri约束:/context/class/method,其中context预留做SBL

请求数据约束:post+json,其中json可为空

2、请求处理实现

采用线程安全的单例模式处理请求

根据uri里的class通过spring加载bean

通过反射调用class对应的method

restserver-with-netty's People

Contributors

wujifang avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.