Skip to content

Instantly share code, notes, and snippets.

View Jarros's full-sized avatar
🛩️
digital nomadin

Jaroslav Jarros

🛩️
digital nomadin
View GitHub Profile
const express = require('express');
const http = require('http');
const WS = require('ws');
const app = express();
//initialize a simple http server
const server = http.createServer(app);
//initialize the WebSocket server instance