-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
connect ExpressPeerServer to client using Socket.io #9
Commits on Jan 21, 2021
-
David Solis committed
Jan 21, 2021 Configuration menu - View commit details
-
Copy full SHA for 69fdf85 - Browse repository at this point
Copy the full SHA 69fdf85View commit details
Commits on Feb 3, 2021
-
create room.ts as a sandbox for our experiment
we want to use the original code for the RoomServer
David Solis committedFeb 3, 2021 Configuration menu - View commit details
-
Copy full SHA for d08907d - Browse repository at this point
Copy the full SHA d08907dView commit details -
paste the original RoomServer in
and use it as a sub-express app of the ExpressPeerServer
David Solis committedFeb 3, 2021 Configuration menu - View commit details
-
Copy full SHA for d530e24 - Browse repository at this point
Copy the full SHA d530e24View commit details -
remove custom key option from ExpressPeerServer config
David Solis committedFeb 3, 2021 Configuration menu - View commit details
-
Copy full SHA for 0f60aa6 - Browse repository at this point
Copy the full SHA 0f60aa6View commit details -
attach socket.io server to ExpressPeerServer
instead of making it a sub express app
David Solis committedFeb 3, 2021 Configuration menu - View commit details
-
Copy full SHA for 81b4cbf - Browse repository at this point
Copy the full SHA 81b4cbfView commit details -
David Solis committed
Feb 3, 2021 Configuration menu - View commit details
-
Copy full SHA for 8a7146f - Browse repository at this point
Copy the full SHA 8a7146fView commit details -
remove redundant cors checking
ExpressPeerServer already allows cors request from needed urls
David Solis committedFeb 3, 2021 Configuration menu - View commit details
-
Copy full SHA for aabd402 - Browse repository at this point
Copy the full SHA aabd402View commit details -
configure socket.io path for server
do not serve client files for server
David Solis committedFeb 3, 2021 Configuration menu - View commit details
-
Copy full SHA for 11e11ca - Browse repository at this point
Copy the full SHA 11e11caView commit details -
David Solis committed
Feb 3, 2021 Configuration menu - View commit details
-
Copy full SHA for 45898cf - Browse repository at this point
Copy the full SHA 45898cfView commit details -
David Solis committed
Feb 3, 2021 Configuration menu - View commit details
-
Copy full SHA for dd3233c - Browse repository at this point
Copy the full SHA dd3233cView commit details -
encapsulate vercel host in env variable
David Solis committedFeb 3, 2021 Configuration menu - View commit details
-
Copy full SHA for 0b4e4d4 - Browse repository at this point
Copy the full SHA 0b4e4d4View commit details -
print out unknown origin when denying CORS requests
David Solis committedFeb 3, 2021 Configuration menu - View commit details
-
Copy full SHA for 2206d61 - Browse repository at this point
Copy the full SHA 2206d61View commit details -
use the experimental starting file
David Solis committedFeb 3, 2021 Configuration menu - View commit details
-
Copy full SHA for 68e7759 - Browse repository at this point
Copy the full SHA 68e7759View commit details -
default allow CORS requests for socket.io
David Solis committedFeb 3, 2021 Configuration menu - View commit details
-
Copy full SHA for e6df62d - Browse repository at this point
Copy the full SHA e6df62dView commit details -
use allowList for socket.io CORS
David Solis committedFeb 3, 2021 Configuration menu - View commit details
-
Copy full SHA for 55240b6 - Browse repository at this point
Copy the full SHA 55240b6View commit details -
David Solis committed
Feb 3, 2021 Configuration menu - View commit details
-
Copy full SHA for 1aa9616 - Browse repository at this point
Copy the full SHA 1aa9616View commit details -
rename iClient interface to Client
David Solis committedFeb 3, 2021 Configuration menu - View commit details
-
Copy full SHA for 363644e - Browse repository at this point
Copy the full SHA 363644eView commit details -
David Solis committed
Feb 3, 2021 Configuration menu - View commit details
-
Copy full SHA for 974bc42 - Browse repository at this point
Copy the full SHA 974bc42View commit details -
log socket.io disconnect and disconnecting reason
David Solis committedFeb 3, 2021 Configuration menu - View commit details
-
Copy full SHA for 570db31 - Browse repository at this point
Copy the full SHA 570db31View commit details
Commits on Feb 4, 2021
-
throw error if server receives join room request without roomId or us…
…erId
David Solis committedFeb 4, 2021 Configuration menu - View commit details
-
Copy full SHA for 182ab95 - Browse repository at this point
Copy the full SHA 182ab95View commit details -
log user joining and leaving room
David Solis committedFeb 4, 2021 Configuration menu - View commit details
-
Copy full SHA for b1f540d - Browse repository at this point
Copy the full SHA b1f540dView commit details -
David Solis committed
Feb 4, 2021 Configuration menu - View commit details
-
Copy full SHA for 853a61e - Browse repository at this point
Copy the full SHA 853a61eView commit details -
rename IClient interface to Client
David Solis committedFeb 4, 2021 Configuration menu - View commit details
-
Copy full SHA for 40f0658 - Browse repository at this point
Copy the full SHA 40f0658View commit details -
log peerServer connections as PeerClient
David Solis committedFeb 4, 2021 Configuration menu - View commit details
-
Copy full SHA for 3673afc - Browse repository at this point
Copy the full SHA 3673afcView commit details -
encapsulate vercel uri in env variable
David Solis committedFeb 4, 2021 Configuration menu - View commit details
-
Copy full SHA for e6a9746 - Browse repository at this point
Copy the full SHA e6a9746View commit details -
display rejected origin in CORS error
David Solis committedFeb 4, 2021 Configuration menu - View commit details
-
Copy full SHA for f2d6864 - Browse repository at this point
Copy the full SHA f2d6864View commit details -
remove key from server uri start path
David Solis committedFeb 4, 2021 Configuration menu - View commit details
-
Copy full SHA for 18948ac - Browse repository at this point
Copy the full SHA 18948acView commit details -
stop overriding peerServer endpoints
redundant and interferes with peer middleware calls
David Solis committedFeb 4, 2021 Configuration menu - View commit details
-
Copy full SHA for dae08ee - Browse repository at this point
Copy the full SHA dae08eeView commit details -
add socket.io to ExpressPeerServer
David Solis committedFeb 4, 2021 Configuration menu - View commit details
-
Copy full SHA for 97b6c91 - Browse repository at this point
Copy the full SHA 97b6c91View commit details -
David Solis committed
Feb 4, 2021 Configuration menu - View commit details
-
Copy full SHA for feb74b5 - Browse repository at this point
Copy the full SHA feb74b5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 19c713a - Browse repository at this point
Copy the full SHA 19c713aView commit details