Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dutchcoders/marija-web
https://github.com/dutchcoders/marija-web
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/dutchcoders/marija-web
- Owner: dutchcoders
- License: agpl-3.0
- Created: 2016-10-13T11:26:37.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-08-08T11:28:58.000Z (about 6 years ago)
- Last Synced: 2024-06-21T04:46:26.466Z (5 months ago)
- Language: TypeScript
- Size: 73.8 MB
- Stars: 13
- Watchers: 5
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Marija-web: repository for Marija frontend
## Connecting to the server
We connect to the server via web sockets.
By default we try to connect on the
same hostname as where the application is running, and then append /ws as a
path. So for example, if we would access the application at
http://marija.dutchsec.com, the server would need to be listening for web socket
connections at ws://marija.dutchsec.com/wsAlternatively, you can specify `WEBSOCKET_URI` in the `.env` file.
## Contributing
Check the issue list at [github.com/dutchcoders/marija/issues](https://github.com/dutchcoders/marija/issues)