Coder Social home page Coder Social logo

chat_nodejs's Introduction

image

개발 내용

  • Node.js와 Express로 RESTful API 만들기

  • 비관계형DB인 MongoDB에 호스팅 받아서 사용

    image
  • 템플릿 엔진 EJS(Embedded JavaScript)사용해서 서버사이드 렌더링

    • 서버에서 동적인 HTML 생성하여 클라이언트에게 전달

  • 비동기 서버 작동 방식
  • AJAX를 이용한 클라이언트사이드 렌더링
    • 비동기적으로 서버와 통신하면서 클라이언트사이드에서 동적으로 데이터 렌더링

  • 서버와 브러우저간 데이터 주고 받기 (HTTP 요청)

    • GET, POST, PUT, DELETE

    • REST API로 CRUD 기능 구현, Server-Sent Events(SSE)를 통한 게시물, 댓글 DB 변동사항 실시간으로 받아오기

      image

      image

      image

  • router 파일로 라우팅 로직 모듈화

    image
  • Passport.js로 회원기능 만들기 (Session 방식)

    • bcrypt 라이브러리를 통해 해싱 알고리즘 사용
      • salt 자동으로 넣어서 해싱 => lookup table attack, rainbow table attack 방지

        image image
  • AWS 배포

    • Elastic beanstalk 서비스 이용
  • AWS S3 이미지 호스팅

    image
  • MongoDB에서 search index 생성 image

  • dotenv라이브러리 통해 중요 환경변수 보관

    image
  • Socket.io 채팅기능

    • Socket.io를 사용하여 실시간 양방향 통신을 구현

      image



추후에 리액트를 통해 풀스택 개발을 시도할 예정 => https://github.com/6eom9eun/campingCommunity

chat_nodejs's People

Contributors

6eom9eun 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.