https://github.com/dutchcoders/marija-web
https://github.com/dutchcoders/marija-web
Last synced: over 1 year 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 (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2018-08-08T11:28:58.000Z (almost 8 years ago)
- Last Synced: 2025-03-25T12:13:14.985Z (over 1 year ago)
- Language: TypeScript
- Size: 73.8 MB
- Stars: 12
- Watchers: 4
- 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/ws
Alternatively, 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)