mirror of
https://github.com/elisescu/tty-share
synced 2024-11-11 13:10:32 +00:00
11 lines
366 B
Markdown
11 lines
366 B
Markdown
|
Routes
|
||
|
======
|
||
|
|
||
|
These are the routes the server will listen to:
|
||
|
|
||
|
* `/` - the main page which probably will be a redirect
|
||
|
* `/ws/<session id>` - will serve the websockets session
|
||
|
* `/s/<session id>` - will serve the tty-receiver webpage, which will make some further requests for
|
||
|
the resources
|
||
|
* `/static/` - serving the static resources: 404 page, js and css files
|