Skip to content

Instantly share code, notes, and snippets.

@marcodali
marcodali / webSocketServerCode.js
Last active November 26, 2023 23:20
Developers nicknames
// COPY&PASTE code starts here
const happyEmoticons = [
'πŸ˜€', '😁', 'πŸ˜‚', '🀣', 'πŸ˜ƒ', 'πŸ˜„', 'πŸ˜…', 'πŸ˜†',
'πŸ˜‰', '😊', 'πŸ˜‹', '😎', '😍', '😘', 'πŸ˜—', 'πŸ˜™',
'😚', 'πŸ™‚', 'πŸ€—', '🀩', '😏', '😌', 'πŸ˜›', '😜',
'😝', '🀀', 'πŸ€‘', '😲', '😳', 'πŸ€ͺ', 'πŸ₯³', '😈',
]
const happyEmoticonsLength = happyEmoticons.length
const socketMatchDevelopers = new Map()
const socketMatchFlag = new Map()