heim

A real-time community platform.

  • 所有者: euphoria-io/heim
  • 平台:
  • 許可證: Other
  • 分類:
  • 主題:
  • 喜歡:
    0
      比較:

Github星跟蹤圖

Heim is the backend and frontend of euphoria, a
real-time community platform. The backend is a Go server that speaks JSON over
WebSockets, persisting data to PostgreSQL. Our web client is built in
React/Reflux.

Currently, heim is released in a pre-alpha state. Please be advised that
new development is currently being prioritized over stability. We're releasing
in this form because we want to open up our codebase and development progress.
We will make breaking changes to the protocol, and will be slow to merge
complex pull requests while we get our core building blocks in place.

Build Status
GoDoc

Getting started

  1. Install git, docker, and
    docker-compose.

  2. Ensure dependencies are fetched: run git submodule update --init in this repo directory.

Running a server

  1. Build the client static files: docker-compose run frontend.

  2. Init your db: docker-compose run upgradedb sql-migrate up.

  3. Start the server: docker-compose up backend.

Heim is now running on port 8080. \o/

Developing the client (connected to euphoria.io)

  1. Launch the standalone static server and build watcher:
    docker-compose run --service-ports frontend gulp develop

  2. To connect to &test on euphoria.io
    using your local client, open:
    http://localhost:8080/room/test/#connect=https://euphoria.io

Running tests

Backend

docker-compose run backend go test -v euphoria.io/heim/...

Note: some tests require a database. See the CI automation script for more context.

Frontend

docker-compose run frontend npm test

Discussion

Questions? Feedback? Ideas? Come join us in
&heim or email hi@euphoria.io.

Licensing

Software code is distributed under the terms of the MIT license.

Art and documentation are distributed under the terms of the CC-BY 4.0 license.

See LICENSE.md for licensing details.

主要指標

概覽
名稱與所有者euphoria-io/heim
主編程語言Go
編程語言Go (語言數: 9)
平台
許可證Other
所有者活动
創建於2014-12-14 02:04:42
推送於2023-10-25 01:22:47
最后一次提交2019-12-18 21:09:51
發布數0
用户参与
星數874
關注者數45
派生數41
提交數1.7k
已啟用問題?
問題數47
打開的問題數23
拉請求數26
打開的拉請求數13
關閉的拉請求數33
项目设置
已啟用Wiki?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?