Git Product home page Git Product logo

stalk.messenger's Introduction

이 프로젝트는 개발 중입니다. 동작하지 않으며, clone 받지 말아주세요. 빨리 개발해서 정식 릴리즈 하도록 하겠습니다.

,
|\
\ |
 | \ /
  \|/    _,     OPENSOURCE MESSENGER PROJECT
   /  __/ /      _____________   __   __ __
  | _/ _.'      / __/_  __/ _ | / /  / //_/
  |/__/        _\ \  / / / __ |/ /__/ ,<
   \          /___/ /_/ /_/ |_/____/_/|_|

stalk.messenger

프로젝트 개발 1차 완료 시점에 github.com/xpush 로 이동 예정 (아래 3가지로 분리되어 이관)

1. s5messenger

react-native 기반의 모바일 메신져

2. s5server-session

parse-server & express & xpush 로 구현된 session 서버

Mongodb, redis, zookeeper 가 사전에 실행해야 함.

## 서버 실행하기.
$ export VERBOSE=1  # 로깅 verbose
$ ./s5server-session/bin/session-server --config ./config.local.json

## parse-dashboard 실행하기. ( 실행 후 `http://[host]:4040/dashboard` 로 접속)
$ ./s5server-session/bin/parse-dashboard --config ./config.local.json

3. s5server-channel

Mongodb, redis, zookeeper 가 사전에 실행해야 함.

## 서버 실행하기.
$ ./s5server-channel/bin/channel-server --config ./config.local.json

TODO List

기능 위주로 우선 아래와 같이 구현을 목표로 함 (나중에 UI 개발)

기본 기능
  • 회원 가입
  • 로그인
  • 로그아웃
데이터 모델링
  • parse object 데이터 모델링 (Relation 관계 정의)
  • samples 데이터 생성 스크립드 작성
  • Relational Diagram 작업
Follows Tab
  • GiftedListView Sample 코드 구현 (Follows Tab, Search Popup List View)
  • Parse.Users 목록 조회 기능 구현 (Users relation mapping schema)
  • Parse.Users 검색 View 구현
Chats Tab
  • GiftedListView Sample 코드 구현
  • GiftedMessenger Sample 코드 구현
  • Chats 목록 조회 기능 구현
  • Chat View 구현
Profile Tab
  • Profile 이미지 업로드 구현
  • Profile 관리 기능 구현

stalk.messenger's People

Contributors

johnkim avatar

Watchers

James Cloos avatar James Jung 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.