https://github.com/liverecord/lrs
Self-hosted forum with realtime topic updates, WYSIWYG formatting, P2P calls and friendly interface. Server.
https://github.com/liverecord/lrs
golang gorm liverecord-server websocket wip
Last synced: 5 months ago
JSON representation
Self-hosted forum with realtime topic updates, WYSIWYG formatting, P2P calls and friendly interface. Server.
- Host: GitHub
- URL: https://github.com/liverecord/lrs
- Owner: liverecord
- License: bsd-3-clause
- Created: 2017-11-24T22:27:55.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2022-05-16T17:54:52.000Z (about 4 years ago)
- Last Synced: 2025-10-10T11:42:34.409Z (8 months ago)
- Topics: golang, gorm, liverecord-server, websocket, wip
- Language: Go
- Homepage: https://www.zoonman.com/projects/liverecord/
- Size: 177 KB
- Stars: 4
- Watchers: 4
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# LiveRecord Server
[](https://goreportcard.com/report/github.com/liverecord/lrs)
[](https://github.com/liverecord/lrs/blob/master/LICENSE)
[](https://travis-ci.org/liverecord/lrs)
[](https://github.com/liverecord/lrs/releases/latest)
[](https://github.com/liverecord/lrs/releases/)
This is socket server for LiveRecord communication platform.
## Configure
Add to `.env`
```
MYSQL_DSN=root:123@tcp(127.0.0.1:3306)/liveRecord?charset=utf8&parseTime=True
DOCUMENT_ROOT=/Users/zoonman/Projects/www/liverecord/client/dist
LISTEN_ADDR=:8000
DEBUG=true
```
## Assemble and run
Install [make](https://www.gnu.org/software/make/manual/make.html) and execute:
```bash
make it work
```
Running inside Docker container
```bash
```