Giter Club home page Giter Club logo

python_web_server's Introduction

python_web_server

파이썬 웹 서버

  • 1단계 : 서버 기초 기능 구현
  • 2단계 : 디비 및 상호작용 구현 -> 프레임워크로 변경 예정

구조

  • apis/ : 비지니스 로직 및 해당 메소드 구현 클래스 모음
  • http : http 통신 관련 클래스 및 선언 모음
  • logs/ : 로그 파일 저장 디렉토리(날짜별로 저장)
  • tests/ : 유닛 및 전체 테스트 클래스 모음
  • parser/ : 통신 객체의 파서 클래스
  • router/ : 통신 요청 url 객체 클래스
  • static/ : 이미지/css 등의 static 폴더
  • template : html 템플릿 폴더
  • handle :
  • logger :
  • main :
  • singleton : singleton 구현 클래스
  • urls :
  • urtils :
  • web_server :

로그 규칙

  • debug : 예정....
  • info : 정보확인용
  • error : exception의 에러 확인용

사용 단어집

  • 숫자 : int
  • 문자열 : str
  • 바이트 : byte
  • 바이트문자열 : bytes
  • 파라미터 : param
  • 파라미터들 : params
  • 요청 : request / req
  • 응답 : response / res
  • 접두사 : prefix
  • 정규표현식 : regx

python_web_server's People

Contributors

uiandwe avatar

Stargazers

 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.