Skip to content
/ blext Public

Back-end of the dalext editor, written in Go

License

Notifications You must be signed in to change notification settings

dalext/blext

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Authenthication examples

  • login curl -X POST -F '[email protected]' -F 'password=password' http://192.168.1.47:5555/login
  • register curl -X POST -F '[email protected]' -F 'password=password' http://192.168.1.47:5555/register

blext: fully-featured collaborative editing back-end

  • Persitance layer
  • File conversions with pandoc
  • WebSockets

Example for converting .md files to .pdf

curl \
  -F "filename=CHANGELOG.md" \
  -F "[email protected]" \
  -F "filecomment=This is an example" \
  -F "file=~/Documents/.../CHANGELOG.md" \
  http://192.168.1.43:5555/convert/MARKDOWN

Releases

No releases published

Packages

No packages published

Languages