This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// No Security | |
{ | |
"rules": { | |
".read": true, | |
".write": true | |
} | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<script setup lang="ts"> | |
import { io } from 'socket.io-client' | |
const connected = ref(false) | |
onMounted(() => { | |
const socket = io(); | |
socket.on('connect', () => { | |
connected.value = socket.connected |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
node_modules | |
public/socket.io.min.js | |
public/jquery.js |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
AED : United Arab Emirates dirham (AED) | |
AFN : Afghan afghani (AFN) | |
ALL : Albanian lek (ALL) | |
AMD : Armenian dram (AMD) | |
ANG : Netherlands Antillean guilder (ANG) | |
AOA : Angolan kwanza (AOA) | |
ARS : Argentine peso (ARS) | |
AUD : Australian dollar (AUD) | |
AWG : Aruban florin (AWG) | |
AZN : Azerbaijani manat (AZN) |