Skip to content

Simple server to create an embedded Live chat powered by the Matrix.org Protocol

Notifications You must be signed in to change notification settings

livematrix/server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

94 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

passing build

livematrix server

Simple server to create Live Chat powered by the Matrix.org Protocol

This repository is using github actions, automatic compiled releases are posted to the showcase repo at "_server" folder.

To test locally, edit .env.dev and run:

go run . -dev

For now, you can suppress terminal logs with:

./livematrix 2>/dev/null &

The only build within the Makefile is for linux, if you want other ones, open an issue, i'll add it.