This website works better with JavaScript.
Home
Explore
Help
Sign In
robin.thoni
/
sts-saguenay-api
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
3
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8
Commits
2
Branches
Tree:
3f2d5ac5e0
develop
master
v1.0.2
v1.0.1
v1.0.0
Branches
Tags
${ item.name }
Create branch
${ searchTerm }
from '3f2d5ac5e0'
${ noResults }
sts-saguenay-api
/
app
/
WebSocket
/
websocket.php
websocket.php
99B
History
Raw
1
2
3
4
5
6
7
<?php
namespace App\WebSocket;
$app = require_once __DIR__ . "/../bootstrap.php";
$app->runWs();