dutchcoders / marija-web

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

License:GNU Affero General Public License v3.0


Languages

Language:TypeScript 89.2%Language:CSS 9.5%Language:JavaScript 1.2%Language:HTML 0.1%Language:Go 0.0%