-
Notifications
You must be signed in to change notification settings - Fork 0
Impress Remote Protocol server for JavaScript
License
rptr/irpjs
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
# Websocket server for JS impress remote protocol # Installation This isn't meant to be run as a standalone project right now, instead it's run by [libresign](https://github.com/LibreOffice/libresign), but it can be installed thusly ``` pip install irpjs ``` and it will also be installed as a dependency when you install libresign ``` pip install libresign ``` # Development This is a simple one-file program. It simply starts a websocket server andreroutes requests sent from a client (using the [irpjs-client](https://github.com/rptr/irpjs-client) library) to a LibreOffice instance running on the same machine. dependencies (debian-based): `apt-get install python3 pip3` dependencies (python): `pip3 install gevent-websocket` run with: `./irp.py` # Contributors Rasmus P J <wasmus@zom.bi>
About
Impress Remote Protocol server for JavaScript
Topics
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published