Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit e411c8b

Browse files
committed
Update template
1 parent 99a275a commit e411c8b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎index.html‎ renamed to ‎example/index.html‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@
3030
}
3131

3232
$(document).ready(function(){
33-
var websocket = new WebSocket("ws://localhost:8090/Server.php");
34-
websocket.onopen = function(event) {
33+
var websocket = new WebSocket("ws://127.0.0.1:3000");
34+
websocket.onopen = function(event) {
3535
showMessage("<div class='text-success'>Berhasil masuk room ..</div>");
3636
}
3737
websocket.onmessage = function(event) {

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /